Navigation
Unreal Engine C++ API Reference > Runtime > PhysicsCore
References
Module | PhysicsCore |
Header | /Engine/Source/Runtime/PhysicsCore/Public/PhysicsInterfaceTypesCore.h |
Include | #include "PhysicsInterfaceTypesCore.h" |
Syntax
struct FActorCreationParams
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
bool | bEnableGravity | |
![]() |
bool | bQueryOnly | |
![]() |
bool | bSimulatePhysics | |
![]() |
bool | bStartAwake | |
![]() |
bool | bStatic | |
![]() |
bool | bUpdateKinematicFromSimulation | |
![]() |
char * | DebugName | |
![]() |
FTransform | InitialTM | |
![]() |
FChaosScene * | Scene |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |