Skip to content
On this page

class USimplygonBPFunctionLibrary

Simplygon Blueprint Function library that exposes essential methods for automating content pipeline through python scripting.

Methods (public)

MethodDescription
AddActorsToStandinActorAdds a list of static mesh actors to standin actor.
AddActorToStandinActorAdds a static mesh actor to standin actor.
AddSimplygonUserDataAdds Simplygon user data to static mesh actor.
AssignRecipeToAssetAssign given LODRecipe to given static/skeletal mesh actor
BuildAllLODRecipesBuild all LODRecipes
BuildLODRecipeBuild LODRecipe for given static/skeletal mesh.
BuildLODRecipesOnlyForSkeletalMeshesBuild given list of LODRecipes. Only for skeletal mesh actors.
BuildLODRecipesOnlyForStaticMeshesBuild given list of LODRecipes. Only for static mesh actors.
BuildStandinMeshesBuilds meshes for all standin actors
CreateStandinActorFromActorsCreate standin actor from a given list of static mesh actors.
IsClippingGeometryCheck if clipping geometry tag is associated with static mesh actor.
IsOccludingGeometryCheck if occluding geometry tag is associated with static mesh actor.
RemoveActorFromStandinActorRemove given static mesh actor from a standin actor.
RemoveActorsFromStandinActorRemove given list of static mesh actros from standin actor.
@oaram InStandin standin actor
RemoveSimplygonUserDataRemoves Simplygon user data from actor.

AddActorsToStandinActor

AddActorToStandinActor

AddSimplygonUserData

AssignRecipeToAsset

BuildAllLODRecipes

BuildLODRecipe

BuildLODRecipesOnlyForSkeletalMeshes

BuildLODRecipesOnlyForStaticMeshes

BuildStandinMeshes

CreateStandinActorFromActors

IsClippingGeometry

IsOccludingGeometry

RemoveActorFromStandinActor

RemoveActorsFromStandinActor

RemoveSimplygonUserData