Skip to content

FSMProxyPropertyPath

Module: SMSystem

#include <SMProxyPropertyData.h>

Description

struct FSMProxyPropertyPath;

Represents a path to a proxy property.

Public Attributes

Name
FGuid PathGuid
FGuid TemplateGuid
FName PropertyName
int32 ArrayIndex

Public Attributes Documentation

variable PathGuid

FGuid PathGuid;

PathGuid of the node containing the property.


variable TemplateGuid

FGuid TemplateGuid;

A template guid, such as for a stack instance.


variable PropertyName

FName PropertyName;

The name of the property.


variable ArrayIndex

int32 ArrayIndex = INDEX_NONE;

Array index of the property.