UKismetMaterialLibrary::GetVectorParameterValue

Gets a vector parameter value from the material collection instance.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Kismet/KismetMaterialLibrary.h

Include

#include "Kismet/KismetMaterialLibrary.h"

Source

/Engine/Source/Runtime/Engine/Private/KismetMaterialLibrary.cpp

Syntax

static FLinearColor GetVectorParameterValue
(
    UObject * WorldContextObject,
    UMaterialParameterCollection * Collection,
    FName ParameterName
)

Remarks

Gets a vector parameter value from the material collection instance. Logs if ParameterName is invalid.

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