ToolBuilderUtil::FindFirstActor

First first available Actor that passes predicate. Searches Actors selection list.

Windows
MacOS
Linux

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Public/ToolBuilderUtil.h

Include

#include "ToolBuilderUtil.h"

Source

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Private/ToolBuilderUtil.cpp

Syntax

namespace ToolBuilderUtil
{
    INTERACTIVETOOLSFRAMEWORK_API AActor * ToolBuilderUtil::FindFirstActor
    (
        const FToolBuilderState & InputState,
        const TFunction< bool *)> & Predicate
    )
}

Remarks

First first available Actor that passes predicate. Searches Actors selection list.

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