UBlueprintMaterialTextureNodesBPLibrary::SetMICDitheredLODTransition_EditorOnly

Overrides the Blend Mode of a Material Instance Constant Only works in the editor

Windows
MacOS
Linux

References

Module

BlueprintMaterialTextureNodes

Header

/Engine/Plugins/Editor/BlueprintMaterialTextureNodes/Source/BlueprintMaterialTextureNodes/Public/BlueprintMaterialTextureNodesBPLibrary.h

Include

#include "BlueprintMaterialTextureNodesBPLibrary.h"

Source

/Engine/Plugins/Editor/BlueprintMaterialTextureNodes/Source/BlueprintMaterialTextureNodes/Private/BlueprintMaterialTextureNodesBPLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable,
          Meta=(DisplayName="Set MIC Dithered LOD Editor Only", Keywords="Set MIC Dithered LOD Transition", UnsafeDuringActorConstruction="true"),
          Category=Rendering)
static bool SetMICDitheredLODTransition_EditorOnly
(
    UMaterialInstanceConstant * Material,
    bool DitheredLODTransition
)

Remarks

Overrides the Blend Mode of a Material Instance Constant Only works in the editor

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