EntityState::EntityState¶
Class: EntityState
Constructs an entity state with all fields populated.
Syntax¶
Parameters¶
| Parameter | Type | Description |
|---|---|---|
position |
FVector |
World-space position of the entity. |
rotation |
FRotator |
World-space rotation of the entity. |
type |
EntityType |
Semantic type of the entity (subject, NPC, etc.). |
ID |
uint32 |
Unique identifier for the entity component instance. |
Remarks¶
position World-space position of the entity. rotation World-space rotation of the entity. type Semantic type of the entity (subject, NPC, etc.). ID Unique identifier for the entity component instance.