Skip to content
On this page

class USimplygonBPFunctionLibrary

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

Members (public)

TypeMemberDescription
intUClassNo description available.

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.
execAddActorsToStandinActorNo description available.
execAddActorToStandinActorNo description available.
execAddSimplygonUserDataNo description available.
execAssignRecipeToAssetNo description available.
execBuildAllLODRecipesNo description available.
execBuildLODRecipeNo description available.
execBuildLODRecipesOnlyForSkeletalMeshesNo description available.
execBuildLODRecipesOnlyForStaticMeshesNo description available.
execBuildStandinMeshesNo description available.
execCreateStandinActorFromActorsNo description available.
execIsClippingGeometryNo description available.
execIsOccludingGeometryNo description available.
execRemoveActorFromStandinActorNo description available.
execRemoveActorsFromStandinActorNo description available.
execRemoveSimplygonUserDataNo description available.
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

execAddActorsToStandinActor

execAddActorToStandinActor

execAddSimplygonUserData

execAssignRecipeToAsset

execBuildAllLODRecipes

execBuildLODRecipe

execBuildLODRecipesOnlyForSkeletalMeshes

execBuildLODRecipesOnlyForStaticMeshes

execBuildStandinMeshes

execCreateStandinActorFromActors

execIsClippingGeometry

execIsOccludingGeometry

execRemoveActorFromStandinActor

execRemoveActorsFromStandinActor

execRemoveSimplygonUserData

IsClippingGeometry

IsOccludingGeometry

RemoveActorFromStandinActor

RemoveActorsFromStandinActor

RemoveSimplygonUserData