Navigation
API > API/Runtime > API/Runtime/PhysicsCore
| Name | FActorCreationParams |
| Type | struct |
| Header File | /Engine/Source/Runtime/PhysicsCore/Public/PhysicsInterfaceTypesCore.h |
| Include Path | #include "PhysicsInterfaceTypesCore.h" |
Syntax
struct FActorCreationParams
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FActorCreationParams() |
PhysicsInterfaceTypesCore.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bEnableGravity | bool | PhysicsInterfaceTypesCore.h | ||
| bQueryOnly | bool | PhysicsInterfaceTypesCore.h | ||
| bSimulatePhysics | bool | PhysicsInterfaceTypesCore.h | ||
| bStartAwake | bool | PhysicsInterfaceTypesCore.h | ||
| bStatic | bool | PhysicsInterfaceTypesCore.h | ||
| bUpdateKinematicFromSimulation | bool | PhysicsInterfaceTypesCore.h | ||
| DebugName | char * | PhysicsInterfaceTypesCore.h | ||
| InitialTM | FTransform | PhysicsInterfaceTypesCore.h | ||
| Scene | FChaosScene * | PhysicsInterfaceTypesCore.h |