Back to API Reference
Enum
RangeValueSource
Source used by a serialized value that may be constant or payload-driven.
public static readonly RangeValueSource Authored = 0Use the value authored on the modifier, effect or action.
public static readonly RangeValueSource PayloadMember = 1Read a named member from the range entity's typed payload.
