Skip to content

FSMPropertyInteractionManager::FConnectedPropertyInteractionArgs

#include <SMPropertyInteractionManager.h>

Description

struct FSMPropertyInteractionManager::FConnectedPropertyInteractionArgs;

Args for interacting with connected properties.

Public Functions

Name
FConnectedPropertyInteractionArgs()

Public Attributes

Name
ESMPropertyInteractionType InteractionType
bool bApplyBehaviorToOwningGraphOnly
bool bAllowMultiSelect
TOptional< bool > bExpandCategory

Public Functions Documentation

function FConnectedPropertyInteractionArgs

inline FConnectedPropertyInteractionArgs()

Public Attributes Documentation

variable InteractionType

ESMPropertyInteractionType InteractionType;

Interaction type to apply to connected properties.


variable bApplyBehaviorToOwningGraphOnly

bool bApplyBehaviorToOwningGraphOnly;

Only apply connected property behavior to properties on the same graph as this one.


variable bAllowMultiSelect

bool bAllowMultiSelect;

If we should allow multiselect of connected properties.


variable bExpandCategory

TOptional< bool > bExpandCategory;

Auto expand the category if it is collapsed.