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 IsActorSuitable
&40;
const AActor &42; Actor
&41; const
Remarks
Determines whether this is a valid actor or not. This function should be redefined (thus hiding this one) in a derived class if it wants special actor filtering. true
Parameters
| Name | Description |
|---|---|
| Actor | Actor to check |