FMaterialAttributeDefinitionMap::AddCustomAttribute

Appends a new attribute definition to the custom output list

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/MaterialShared.h

Include

#include "MaterialShared.h"

Source

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

Syntax

static void AddCustomAttribute
(
    const FGuid & AttributeID,
    const FString & AttributeName,
    const FString & FunctionName,
    EMaterialValueType ValueType,
    const FVector4 & DefaultValue,
    MaterialAttributeBlendFunction BlendFunction
)

Remarks

Appends a new attribute definition to the custom output list

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