WidgetNode

Inherits from UINodeData

Summary

Constructors

WidgetNode()
WidgetNode(guid: Guid)
WidgetNode(other: UINodeData)
WidgetNode(other: DataContainer)

Properties

Name Type
widgetAsset UIWidgetAsset | nil
focusIndex int
zDepthLevel int
verticalAlign WidgetVerticalAlignment
horisontalAlign WidgetHorisontalAlignment
dataBinding UIDataBinding | nil
widgetProperties UIWidgetProperty[]
instanceName string
inputs UINodePort[]
outputs UINodePort[]
alwaysInFocus bool

Static members

Name Type
WidgetNode.typeInfo TypeInformation

Constructors

WidgetNode

WidgetNode()

Creates a new WidgetNode frostbite instance.

WidgetNode

WidgetNode(guid: Guid)

Creates a new WidgetNode frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

WidgetNode

WidgetNode(other: UINodeData)

Casts an instance of type UINodeData to WidgetNode. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other UINodeData The instance to cast to WidgetNode.

WidgetNode

WidgetNode(other: DataContainer)

Casts an instance of type DataContainer to WidgetNode. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to WidgetNode.

Properties

widgetAsset

UIWidgetAsset | nil

focusIndex

int

zDepthLevel

int

verticalAlign

WidgetVerticalAlignment

horisontalAlign

WidgetHorisontalAlignment

dataBinding

UIDataBinding | nil

widgetProperties

UIWidgetProperty[]

instanceName

string

inputs

UINodePort[]

outputs

UINodePort[]

alwaysInFocus

bool

Static members

typeInfo

TypeInformation

The type information for the WidgetNode type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)