Use the Primitive Component
-
UPrimitiveComponent*
PhysicsActorBody; -
///GetComponent()
-
PhysicsActorBody->SetSimulatePhysics(true);
Use the Primitive Component
UPrimitiveComponent*
PhysicsActorBody;
///GetComponent()
PhysicsActorBody->SetSimulatePhysics(true);