Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/FCustomizableObjectInstanceDescr-
Description
Remove the FRangeIndex element of the projector range of values from the parameter ParamName. If Range index is -1, removes the last element. Returns the index of the last valid projector, -1 if no values left.
| Name | RemoveValueFromProjectorRange |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/CustomizableObject/Public/MuCO/CustomizableObjectInstanceDescriptor.h |
| Include Path | #include "MuCO/CustomizableObjectInstanceDescriptor.h" |
| Source | /Engine/Plugins/Mutable/Source/CustomizableObject/Private/MuCO/CustomizableObjectInstanceDescriptor.cpp |
int32 RemoveValueFromProjectorRange
(
const FString & ParamName,
int32 RangeIndex
)