DataGetNode

Inherits from UINodeData

Summary

Constructors

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

Properties

Name Type
inValue UINodePort | nil
out UINodePort | nil
dataSource UIDataSourceInfo

Static members

Name Type
DataGetNode.typeInfo TypeInformation

Constructors

DataGetNode

DataGetNode()

Creates a new DataGetNode frostbite instance.

DataGetNode

DataGetNode(guid: Guid)

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

Parameters

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

DataGetNode

DataGetNode(other: UINodeData)

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

Parameters

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

DataGetNode

DataGetNode(other: DataContainer)

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

Parameters

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

Properties

inValue

UINodePort | nil

out

UINodePort | nil

dataSource

UIDataSourceInfo

Static members

typeInfo

TypeInformation

The type information for the DataGetNode type.

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