Skip to content

FSMNodeWidgetInfo

Module: SMSystem

#include <SMNodeWidgetInfo.h>

Inherited by FSMTextDisplayWidgetInfo

Description

struct FSMNodeWidgetInfo;

Info used in determining widget display on a node.

Public Functions

Name
FSMNodeWidgetInfo()

Public Attributes

Name
int32 MinWidth
int32 MaxWidth
int32 MinHeight
int32 MaxHeight
int32 DisplayOrder_DEPRECATED
FLinearColor BackgroundColor
EWidgetClipping Clipping
bool bConsiderForDefaultWidget
ESMOptionalBool DisplayThumbnail

Public Functions Documentation

function FSMNodeWidgetInfo

FSMNodeWidgetInfo()

Public Attributes Documentation

variable MinWidth

int32 MinWidth;

variable MaxWidth

int32 MaxWidth;

variable MinHeight

int32 MinHeight;

variable MaxHeight

int32 MaxHeight;

variable DisplayOrder_DEPRECATED

int32 DisplayOrder_DEPRECATED;

variable BackgroundColor

FLinearColor BackgroundColor;

variable Clipping

EWidgetClipping Clipping;

variable bConsiderForDefaultWidget

bool bConsiderForDefaultWidget;

When placing a new node the sgraph node widget will consider this node for editing text.


variable DisplayThumbnail

ESMOptionalBool DisplayThumbnail;

Override the thumbnail display on object based properties. Requires Logic Driver object pin overrides. Setting this will override behavior of inherited properties.

For C++ usage use the DisplayThumbnail meta specifier.