Navigation
API > API/Runtime > API/Runtime/MassEntity
FExecutionLimiter is used to limit the execution of a query to a set entity count.
| |
|
| Name |
FExecutionLimiter |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/MassEntity/Public/MassEntityTypes.h |
| Include Path |
#include "MassEntityTypes.h" |
Syntax
struct FExecutionLimiter
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FExecutionLimiter
(
int32 InEntityLimit
)
|
|
MassEntityTypes.h |
|
Variables
Public
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| ArchetypeIndex |
int32 |
|
MassEntityTypes.h |
|
| ChunkIndex |
int32 |
|
MassEntityTypes.h |
|
| EntityCountRemaining |
int32 |
|
MassEntityTypes.h |
|
| MaxChunkIndex |
int32 |
|
MassEntityTypes.h |
|
Functions
Public