Navigation
API > API/Runtime > API/Runtime/Engine
Describes extra state about a specific rigid body
| Name | ERigidBodyFlags::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/ReplicatedState.h |
| Include Path | #include "Engine/ReplicatedState.h" |
Syntax
namespace ERigidBodyFlags
{
enum Type
{
None = 0x00,
Sleeping = 0x01,
NeedsUpdate = 0x02,
RepPhysics = 0x04,
}
}
Values
| Name | Remarks |
|---|---|
| None | |
| Sleeping | |
| NeedsUpdate | |
| RepPhysics |