UCrowdControlFunctionLibrary
Inherits UBlueprintFunctionLibrary
Blueprint helpers for constructing parameter definitions used by parameter effects.
Public Static Functions
FCrowdControlParameter
MakeOptionParameter(FString Id, FString name, ECrowdControlParamType type, TArray options)
Creates a parameter with the supplied ID, display name, type, and selectable options.
FCrowdControlParameter
MakeMinMaxParameter(FString Id, int32 min, int32 max)
Creates an integer-range parameter. Its display name is set to the supplied ID.
