Skip to content

FSMNodeDescription

Module: SMSystem

#include <SMNodeInstance.h>

Description

struct FSMNodeDescription;

This information will be viewable when selecting new nodes or hovering over nodes.

Public Attributes

Name
FName Name
FText Category
FText Description

Public Attributes Documentation

variable Name

FName Name;

The name of this node type.


variable Category

FText Category;

Which category this should fall under.


variable Description

FText Description;

The tooltip when selecting the action.