Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/FCustomizableObjectInstanceDescr-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 RemoveValueFromTextureRange
(
const FString& ParamName |
Remove the last of the texture range of values from the parameter ParamName, returns the index of the last valid float, -1 if no values left. | MuCO/CustomizableObjectInstanceDescriptor.h | |
int32 RemoveValueFromTextureRange
(
const FString& ParamName, |
Remove the FRangeIndex element of the texture range of values from the parameter ParamName, returns the index of the last valid float, -1 if no values left. | MuCO/CustomizableObjectInstanceDescriptor.h |
RemoveValueFromTextureRange(const FString &)
Description
Remove the last of the texture range of values from the parameter ParamName, returns the index of the last valid float, -1 if no values left.
| Name | RemoveValueFromTextureRange |
| 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 RemoveValueFromTextureRange
(
const FString & ParamName
)
RemoveValueFromTextureRange(const FString &, int32)
Description
Remove the FRangeIndex element of the texture range of values from the parameter ParamName, returns the index of the last valid float, -1 if no values left.
| Name | RemoveValueFromTextureRange |
| 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 RemoveValueFromTextureRange
(
const FString & ParamName,
int32 RangeIndex
)