TActorIteratorBase::IsActorSuitable

Determines whether this is a valid actor or not.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/EngineUtils.h

Include

#include "EngineUtils.h"

Syntax

bool IsActorSuitable
(
    AActor * Actor
) 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.

Returns

true

Parameters

Parameter

Description

Actor

Actor to check

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss