Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UToolTargetManager
| Type | Name | Description | |
|---|---|---|---|
| UToolTarget * | BuildTarget
(
UObject* SourceObject, |
Uses one of the stored factories to build a tool target out of the given input object that satisfies the given requirements. | |
| CastToType * | BuildTarget
(
UObject* SourceObject, |
Much like BuildTarget, but casts the target to the template argument before returning. |