FCrowdControlParameter
Inherits UStruct
A viewer-selectable option list or integer range for a parameter effect.
Use UCrowdControlFunctionLibrary to construct these values in Blueprint.
Public Member Functions
bool
IsValid()
Returns true when _id is not empty.
Public Attributes
FString
_id
The parameter identifier. IsValid returns true when this value is not empty.
FString
name
The parameter name shown to viewers.
ECrowdControlParamType
type
The parameter's value format.
TArray
_options
Selectable values used when type is OPTIONS.
int32
min
The inclusive minimum used when type is MinMax. Defaults to 0.
int32
max
The inclusive maximum used when type is MinMax. Defaults to 0.
