Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
Description
First first available component of given type. Searches Components selection list first, then all Actors
| Name | ToolBuilderUtil::FindFirstComponentOfType |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/ToolBuilderUtil.h |
| Include Path | #include "ToolBuilderUtil.h" |
namespace ToolBuilderUtil
{
template<typename ComponentType>
ComponentType * ToolBuilderUtil::FindFirstComponentOfType
(
const FToolBuilderState & InputState
)
}