DataSetNode

Inherits from UINodeData

Summary

Constructors

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

Properties

Name Type
inValue UINodePort | nil
out UINodePort | nil
param string
dataSource UIDataSourceInfo
setToEmptyString bool
forceUpdate bool

Static members

Name Type
DataSetNode.typeInfo TypeInformation

Constructors

DataSetNode

DataSetNode()

Creates a new DataSetNode frostbite instance.

DataSetNode

DataSetNode(guid: Guid)

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

Parameters

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

DataSetNode

DataSetNode(other: UINodeData)

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

Parameters

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

DataSetNode

DataSetNode(other: DataContainer)

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

Parameters

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

Properties

inValue

UINodePort | nil

out

UINodePort | nil

param

string

dataSource

UIDataSourceInfo

setToEmptyString

bool

forceUpdate

bool

Static members

typeInfo

TypeInformation

The type information for the DataSetNode type.

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