UINodePort

Inherits from DataContainer

Summary

Constructors

UINodePort()
UINodePort(guid: Guid)
UINodePort(other: DataContainer)

Properties

Name Type
name string
instanceName string
query UIWidgetEventID
allowManualRemove bool

Static members

Name Type
UINodePort.typeInfo TypeInformation

Constructors

UINodePort

UINodePort()

Creates a new UINodePort frostbite instance.

UINodePort

UINodePort(guid: Guid)

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

Parameters

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

UINodePort

UINodePort(other: DataContainer)

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

Parameters

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

Properties

name

string

instanceName

string

query

UIWidgetEventID

allowManualRemove

bool

Static members

typeInfo

TypeInformation

The type information for the UINodePort type.

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