Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UInteractiveTool
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AddToolPropertySource
(
UObject* PropertyObject |
Add a Property object for this Tool | InteractiveTool.h | |
virtual void AddToolPropertySource
(
UInteractiveToolPropertySet* PropertySet |
Add a PropertySet object for this Tool | InteractiveTool.h |
AddToolPropertySource(UObject *)
Description
Add a Property object for this Tool
| Name | AddToolPropertySource |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveTool.h |
| Include Path | #include "InteractiveTool.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/InteractiveTool.cpp |
virtual void AddToolPropertySource
(
UObject * PropertyObject
)
Parameters
| Name | Remarks |
|---|---|
| Property | object to add |
AddToolPropertySource(UInteractiveToolPropertySet *)
Description
Add a PropertySet object for this Tool
| Name | AddToolPropertySource |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveTool.h |
| Include Path | #include "InteractiveTool.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/InteractiveTool.cpp |
virtual void AddToolPropertySource
(
UInteractiveToolPropertySet * PropertySet
)
Parameters
| Name | Remarks |
|---|---|
| PropertySet | Property Set object to add |