UMaterialParameterCollectionInstance::GetScalarParameterValue

Gets parameter values, returns false if the parameter was not found.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Materials/MaterialParameterCollectionInstance.h

Include

#include "Materials/MaterialParameterCollectionInstance.h"

Source

/Engine/Source/Runtime/Engine/Private/Materials/ParameterCollection.cpp

Syntax

bool GetScalarParameterValue
(
    FName ParameterName,
    float & OutParameterValue
) const

Remarks

Gets parameter values, returns false if the parameter was not found.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss