Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/TActorIteratorBase
Description
Returns the number of actors considered thus far. Can be used in combination with GetProgressDenominator to gauge progress iterating over all actors.
| Name | GetProgressNumerator |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/EngineUtils.h |
| Include Path | #include "EngineUtils.h" |
int32 GetProgressNumerator() const
number of actors considered thus far.