EMaterialForceCastFlags

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/MaterialCompiler.h

Include

#include "MaterialCompiler.h"

Syntax

enum EMaterialForceCastFlags
{
    MFCF_ForceCast         = 1<<0,
    MFCF_ExactMatch        = 1<<2,
    MFCF_ReplicateValue    = 1<<3,
}

Values

Name

Description

MFCF_ForceCast

MFCF_ExactMatch

MFCF_ReplicateValue

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