Runtime/ECS/Public/EntityMeta.h file

Classes

struct EntityMeta
Per-entity-type metadata stored in ReflectionRegistry.

Typedefs

using UpdateFunc = void(*)(SimFloat, void**, void*, uint32_t)
Wide SIMD update function pointer: (dt, fieldArrayTable, FlagBase, entityCount).
using InitFunc = void(*)(void**, void*, uint32_t)
Single-entity init function pointer: (fieldArrayTable, FlagBase, localIndex).