TryGetVariableOverride

public bool TryGetVariableOverride<T>(long variableId, out T value) ;

Gets the value of the overwrite data.

Type Parameter Name Description Type Constraints
T Type of data to overwrite
Parameter Name Description
variableId Variable ID
value Output of override data value

Returns true if the overwrite data value is obtained.