Helper Methods
Methods Available for Actor Classes:
Basic Spawn
AStaticMeshActor.Spawn(worldContextObject, MyActorClass);Spawn with Transform
AStaticMeshActor.Spawn(worldContextObject, MyActorClass, GetActorTransform());Spawn with Collision Handling
SpawnActorCollisionHandlingMethod method = SpawnActorCollisionHandlingMethod.AlwaysSpawn;
AStaticMeshActor.Spawn(worldContextObject, MyActorClass, GetActorTransform(), method, instigator, owner);Methods Available for ActorComponent Classes:
Retrieve Component
Construct New Components
Enabling Code Generation
Last updated