FSMPropertyInteractionManager::FConnectedPropertyInteractionArgs¶
#include <SMPropertyInteractionManager.h>
Description¶
Args for interacting with connected properties.
Public Functions¶
Public Attributes¶
| Name | |
|---|---|
| ESMPropertyInteractionType | InteractionType |
| bool | bApplyBehaviorToOwningGraphOnly |
| bool | bAllowMultiSelect |
| TOptional< bool > | bExpandCategory |
Public Functions Documentation¶
function FConnectedPropertyInteractionArgs¶
Public Attributes Documentation¶
variable InteractionType¶
Interaction type to apply to connected properties.
variable bApplyBehaviorToOwningGraphOnly¶
Only apply connected property behavior to properties on the same graph as this one.
variable bAllowMultiSelect¶
If we should allow multiselect of connected properties.
variable bExpandCategory¶
Auto expand the category if it is collapsed.