OperandLogicNode

Inherits from UINodeData

Summary

Constructors

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

Properties

Name Type
leftDataSourceInfo UIDataSourceInfo
operator UILogicOperator
rightDataSourceInfo UIDataSourceInfo
rightLiteralOperand float
inValue UINodePort | nil
trueValue UINodePort | nil
falseValue UINodePort | nil

Static members

Name Type
OperandLogicNode.typeInfo TypeInformation

Constructors

OperandLogicNode

OperandLogicNode()

Creates a new OperandLogicNode frostbite instance.

OperandLogicNode

OperandLogicNode(guid: Guid)

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

Parameters

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

OperandLogicNode

OperandLogicNode(other: UINodeData)

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

Parameters

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

OperandLogicNode

OperandLogicNode(other: DataContainer)

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

Parameters

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

Properties

leftDataSourceInfo

UIDataSourceInfo

operator

UILogicOperator

rightDataSourceInfo

UIDataSourceInfo

rightLiteralOperand

float

inValue

UINodePort | nil

trueValue

UINodePort | nil

falseValue

UINodePort | nil

Static members

typeInfo

TypeInformation

The type information for the OperandLogicNode type.

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