InstanceOutputNode
Inherits from UINodeData
Summary
Constructors
InstanceOutputNode() |
InstanceOutputNode(guid: Guid) |
InstanceOutputNode(other: UINodeData) |
InstanceOutputNode(other: DataContainer) |
Properties
Name | Type |
---|---|
inValue | UINodePort | nil |
id | int |
destroyGraph | bool |
Static members
Name | Type |
---|---|
InstanceOutputNode.typeInfo | TypeInformation |
Constructors
InstanceOutputNode
InstanceOutputNode()
Creates a new InstanceOutputNode frostbite instance.
InstanceOutputNode
InstanceOutputNode(guid: Guid)
Creates a new InstanceOutputNode frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
InstanceOutputNode
InstanceOutputNode(other: UINodeData)
Casts an instance of type UINodeData to InstanceOutputNode. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | UINodeData | The instance to cast to InstanceOutputNode. |
InstanceOutputNode
InstanceOutputNode(other: DataContainer)
Casts an instance of type DataContainer to InstanceOutputNode. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to InstanceOutputNode. |
Properties
inValue
UINodePort | nil
id
int
destroyGraph
bool
Static members
typeInfo
The type information for the InstanceOutputNode type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)