FSMPropertyInteractionManager::FBulkInteractionArgs¶
#include <SMPropertyInteractionManager.h>
Description¶
Arguments when interacting with properties in bulk.
Public Functions¶
| Name | |
|---|---|
| FBulkInteractionArgs() |
Public Attributes¶
| Name | |
|---|---|
| TSet< USMGraphNode_StateNodeBase * > | ExcludeStates |
| TSet< USMGraphK2Node_PropertyNode_Base * > | ExcludeProperties |
| TOptional< TWeakPtr< SGraphPanel > > | ScopedGraphPanel |
| bool | bForce |
Public Functions Documentation¶
function FBulkInteractionArgs¶
Public Attributes Documentation¶
variable ExcludeStates¶
States to exclude.
variable ExcludeProperties¶
Properties to exclude.
variable ScopedGraphPanel¶
Scope the request to this graph panel.
variable bForce¶
Should this be forced? Will force even if no change was detected.