Struct VisualScriptVariableGet

Gets a variable's value.

struct VisualScriptVariableGet ;

Returns a variable's value. "Var Name" must be supplied, with an optional type. Input Ports: none Output Ports: - Data (variant): value

Properties

NameTypeDescription
varName[get, set] StringThe variable's name.

Methods

NameDescription
getVariable
setVariable