Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Components/MeshComponent.h |
Include |
#include "Components/MeshComponent.h" |
struct FMaterialParameterCache
Struct containing information about a given parameter name
Name | Description | ||
---|---|---|---|
|
float |
ScalarParameterDefaultValue |
Material default parameter for the scalar parameter We only cache the last one as we can't trace back from [name, index] This data is used for animation system to set default back to it |
|
ScalarParameterMaterialIndices |
Material indices for the retrieved scalar material parameter names |
|
|
VectorParameterMaterialIndices |
Material indices for the retrieved vector material parameter names |