ToolBuilderUtil::FindFirstComponentOfType

First first available component of given type.

Windows
MacOS
Linux

References

Module

InteractiveToolsFramework

Header

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

Include

#include "ToolBuilderUtil.h"

Syntax

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

Remarks

First first available component of given type. Searches Components selection list first, then all Actors

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