UMaterialInstance::CompilePropertyEx

Allows material properties to be compiled with the option of being overridden by the material attributes input.

Windows
MacOS
Linux

Override Hierarchy

UMaterialInterface::CompilePropertyEx()

UMaterialInstance::CompilePropertyEx()

References

Module

Engine

Header

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

Include

#include "Materials/MaterialInstance.h"

Source

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

Syntax

virtual int32 CompilePropertyEx
(
    class FMaterialCompiler * Compiler,
    const FGuid & AttributeID
)

Remarks

Allows material properties to be compiled with the option of being overridden by the material attributes input.

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