Skip to content

FSMNode_Base::FFilterGraphPropertyArgs

Public Functions

Name
FFilterGraphPropertyArgs()

Public Attributes

Name
USMNodeInstance * NodeInstance
const FGuid * TemplateGuid
ESMGraphPropertyFlags IncludeFlags

Public Functions Documentation

function FFilterGraphPropertyArgs

inline FFilterGraphPropertyArgs()

Public Attributes Documentation

variable NodeInstance

USMNodeInstance * NodeInstance;

The node instance we are evaluating.


variable TemplateGuid

const FGuid * TemplateGuid;

If specified only graph properties for this template will be executed. If null all properties will be executed.


variable IncludeFlags

ESMGraphPropertyFlags IncludeFlags;

Include processing if these flags are present on the property.