Disable and Enable Actor physics

Use the Primitive Component

  1. UPrimitiveComponent*
    PhysicsActorBody;

  2. ///GetComponent()

  3. PhysicsActorBody->SetSimulatePhysics(true);