DataToggleNode

Inherits from UINodeData

Summary

Constructors

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

Properties

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

Static members

Name Type
DataToggleNode.typeInfo TypeInformation

Constructors

DataToggleNode

DataToggleNode()

Creates a new DataToggleNode frostbite instance.

DataToggleNode

DataToggleNode(guid: Guid)

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

Parameters

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

DataToggleNode

DataToggleNode(other: UINodeData)

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

Parameters

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

DataToggleNode

DataToggleNode(other: DataContainer)

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

Parameters

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

Properties

inValue

UINodePort | nil

out

UINodePort | nil

dataSource

UIDataSourceInfo

Static members

typeInfo

TypeInformation

The type information for the DataToggleNode type.

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