Skip to content

FSMGraphNodeLog

Module: SMSystemEditor

Public Functions

Name
FSMGraphNodeLog()
FSMGraphNodeLog(int32 Type)

Public Attributes

Name
FString ConsoleMessage
FString NodeMessage
int32 LogType
TArray< TObjectPtr< UObject > > ReferenceList

Public Functions Documentation

function FSMGraphNodeLog

inline FSMGraphNodeLog()

function FSMGraphNodeLog

inline FSMGraphNodeLog(
    int32 Type
)

Public Attributes Documentation

variable ConsoleMessage

FString ConsoleMessage;

variable NodeMessage

FString NodeMessage;

variable LogType

int32 LogType;

EMessageSeverity::Type


variable ReferenceList

TArray< TObjectPtr< UObject > > ReferenceList;

Objects like nodes or pins to go to the log.