Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UInteractionMechanic
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractionMechanic.h |
| Include | #include "InteractionMechanic.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/InteractionMechanic.cpp |
virtual void AddToolPropertySource
(
UInteractiveToolPropertySet * PropertySet
)
Remarks
Add a PropertySet object for this Mechanic to parent Tool
Parameters
| Name | Description |
|---|---|
| PropertySet | Property Set object to add |