JumpNode

Inherits from UINodeData

Summary

Constructors

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

Properties

Name Type
inValue UINodePort | nil
targetNode UINodeData | nil
targetPort UINodePort | nil

Static members

Name Type
JumpNode.typeInfo TypeInformation

Constructors

JumpNode

JumpNode()

Creates a new JumpNode frostbite instance.

JumpNode

JumpNode(guid: Guid)

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

Parameters

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

JumpNode

JumpNode(other: UINodeData)

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

Parameters

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

JumpNode

JumpNode(other: DataContainer)

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

Parameters

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

Properties

inValue

UINodePort | nil

targetNode

UINodeData | nil

targetPort

UINodePort | nil

Static members

typeInfo

TypeInformation

The type information for the JumpNode type.

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