Skip to content

FSMPropertyInteractionManager::FConnectedPropertyInteractionArgs¶

#include <SMPropertyInteractionManager.h>

Description¶

struct FSMPropertyInteractionManager::FConnectedPropertyInteractionArgs;

Args for interacting with connected properties.

Public Functions¶

Public Attributes¶

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.