Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/TActorIteratorBase
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/EngineUtils.h |
| Include | #include "EngineUtils.h" |
bool CanIterateLevel
&40;
const ULevel &42; Level
&41; const
Remarks
Used to examine whether this level is valid for iteration or not This function should be redefined (thus hiding this one) in a derived class if it wants special level filtering. true if the level can be iterated, false otherwise
Parameters
| Name | Description |
|---|---|
| Level | the level to check for iteration |