Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UToolTargetManager > API/Runtime/InteractiveToolsFramework/UToolTargetManager/BuildTarget
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/ToolTargetManager.h |
| Include | #include "ToolTargetManager.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/ToolTargetManager.cpp |
virtual UToolTarget &42; BuildTarget
&40;
UObject &42; SourceObject,
const FToolTargetTypeRequirements & TargetRequirements
&41;
Remarks
Uses one of the stored factories to build a tool target out of the given input object that satisfies the given requirements. If multiple factories are capable of building a qualifying target, the first encountered one will be used. If none are capable, a nullptr is returned. Tool target that staisfies given requirements, or nullptr if none could be created.