Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UMaterialParameterCollectionInst-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetScalarParameterValue
(
FName ParameterName, |
Gets parameter values, returns false if the parameter was not found. | Materials/MaterialParameterCollectionInstance.h | |
bool GetScalarParameterValue
(
const FCollectionScalarParameter& Parameter, |
Alternate Get method for parameter values where the Collection parameter is provided | Materials/MaterialParameterCollectionInstance.h |
GetScalarParameterValue(FName, float &)
Description
Gets parameter values, returns false if the parameter was not found.
| Name | GetScalarParameterValue |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialParameterCollectionInstance.h |
| Include Path | #include "Materials/MaterialParameterCollectionInstance.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Materials/ParameterCollection.cpp |
bool GetScalarParameterValue
(
FName ParameterName,
float & OutParameterValue
) const
GetScalarParameterValue(const FCollectionScalarParameter &, float &)
Description
Alternate Get method for parameter values where the Collection parameter is provided
| Name | GetScalarParameterValue |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialParameterCollectionInstance.h |
| Include Path | #include "Materials/MaterialParameterCollectionInstance.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Materials/ParameterCollection.cpp |
bool GetScalarParameterValue
(
const FCollectionScalarParameter & Parameter,
float & OutParameterValue
) const