Navigation
API > API/Runtime > API/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 | |
|---|---|---|---|