ToolBuilderUtil::FindFirstActorOfType

Find first first available Actor of given type, or return nullptr if not found

Windows
MacOS
Linux

References

Module

InteractiveToolsFramework

Header

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

Include

#include "ToolBuilderUtil.h"

Syntax

namespace ToolBuilderUtil
{
    template<typename ActorType>
    ActorType * ToolBuilderUtil::FindFirstActorOfType
    (
        const FToolBuilderState & InputState
    )
}

Remarks

Find first first available Actor of given type, or return nullptr if not found

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