Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/TActorIteratorBase
Description
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.
| Name | IsActorSuitable |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/EngineUtils.h |
| Include Path | #include "EngineUtils.h" |
bool IsActorSuitable
(
const AActor * Actor
) const
true
Parameters
| Name | Remarks |
|---|---|
| Actor | Actor to check |