TActorIteratorBase::operator bool

Returns whether the iterator has reached the end and no longer points to a suitable actor.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "EngineUtils.h"

Syntax

operator bool() const

Remarks

Returns whether the iterator has reached the end and no longer points to a suitable actor.

Returns

true if iterator points to a suitable actor, false if it has reached the end

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