Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/UCustomizableObjectInstance
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsParameterRelevant
(
int32 ParameterIndex |
Return true if changing the parameter would affect the Instance given its current generation. | MuCO/CustomizableObjectInstance.h | |
bool IsParameterRelevant
(
const FString& ParamName |
Return true if the given parameter has any effect in the current object state, and considering the current values of the other parameters. | MuCO/CustomizableObjectInstance.h |
|
IsParameterRelevant(int32)
Description
Return true if changing the parameter would affect the Instance given its current generation.
| Name | IsParameterRelevant |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/CustomizableObject/Public/MuCO/CustomizableObjectInstance.h |
| Include Path | #include "MuCO/CustomizableObjectInstance.h" |
| Source | /Engine/Plugins/Mutable/Source/CustomizableObject/Private/MuCO/CustomizableObjectInstance.cpp |
bool IsParameterRelevant
(
int32 ParameterIndex
) const
IsParameterRelevant(const FString &)
Description
Return true if the given parameter has any effect in the current object state, and considering the current values of the other parameters.
| Name | IsParameterRelevant |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/CustomizableObject/Public/MuCO/CustomizableObjectInstance.h |
| Include Path | #include "MuCO/CustomizableObjectInstance.h" |
| Source | /Engine/Plugins/Mutable/Source/CustomizableObject/Private/MuCO/CustomizableObjectInstance.cpp |
UFUNCTION (BlueprintCallable, Category=CustomizableObjectInstance)
bool IsParameterRelevant
(
const FString & ParamName
) const