FSMNodeWidgetInfo¶
Module: SMSystem
#include <SMNodeWidgetInfo.h>
Inherited by FSMTextDisplayWidgetInfo
Description¶
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¶
Public Attributes Documentation¶
variable
MinWidth¶
variable
MaxWidth¶
variable
MinHeight¶
variable
MaxHeight¶
variable
DisplayOrder_DEPRECATED¶
variable
BackgroundColor¶
variable
Clipping¶
variable
bConsiderForDefaultWidget¶
When placing a new node the sgraph node widget will consider this node for editing text.
variable
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.