FMaterialCustomOutputAttributeDefintion

Attribute data describing a material property used for a custom output

Windows
MacOS
Linux

Inheritance Hierarchy

FMaterialAttributeDefintion

FMaterialCustomOutputAttributeDefintion

References

Module

Engine

Header

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

Include

#include "MaterialShared.h"

Syntax

class FMaterialCustomOutputAttributeDefintion : public FMaterialAttributeDefintion

Remarks

Attribute data describing a material property used for a custom output

Variables

Name Description

Public variable

FString

 

FunctionName

Name of function used to access attribute in shader code.

Constructors

Name Description

Public function

FMaterialCustomOutputAttributeDefintion

(
    const FGuid& InGUID,
    const FString& InAttributeName,
    const FString& InFunctionName,
    EMaterialProperty InProperty,
    EMaterialValueType InValueType,
    const FVector4& InDefaultValue,
    EShaderFrequency InShaderFrequency,
    MaterialAttributeBlendFunction InBl...
)

Operators

Name Description

Public function Const

bool

 

operator==

(
    const FMaterialCustomOutputAttribut...
)

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