InstanceNode

Inherits from UINodeData

Summary

Constructors

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

Properties

Name Type
uiGraph UIGraphAsset | nil
inputs UINodePort[]
outputs UINodePort[]

Static members

Name Type
InstanceNode.typeInfo TypeInformation

Constructors

InstanceNode

InstanceNode()

Creates a new InstanceNode frostbite instance.

InstanceNode

InstanceNode(guid: Guid)

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

Parameters

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

InstanceNode

InstanceNode(other: UINodeData)

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

Parameters

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

InstanceNode

InstanceNode(other: DataContainer)

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

Parameters

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

Properties

uiGraph

UIGraphAsset | nil

inputs

UINodePort[]

outputs

UINodePort[]

Static members

typeInfo

TypeInformation

The type information for the InstanceNode type.

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