Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
Description
First first available component that passes predicate. Searches Components selection list first, then all Actors
| Name | ToolBuilderUtil::FindFirstComponent |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/ToolBuilderUtil.h |
| Include Path | #include "ToolBuilderUtil.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/ToolBuilderUtil.cpp |
namespace ToolBuilderUtil
{
INTERACTIVETOOLSFRAMEWORK_API UActorComponent * ToolBuilderUtil::FindFirstComponent
(
const FToolBuilderState & InputState,
const TFunction < bool> & Predicate
)
}