MD_UseEnumValuesAsMaskValuesInEditor

Metadata that signals to the editor that enum values correspond to mask values instead of bitshift (index) values.

Unreal Engine C++ API Reference > Editor > BlueprintGraph > FBlueprintMetadata

References

   
Module BlueprintGraph
Header /Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2.h
Include #include "EdGraphSchema_K2.h"

Syntax

static const [FName](API\Runtime\Core\UObject\FName) MD_UseEnumValuesAsMaskValuesInEditor;  

Remarks

Metadata that signals to the editor that enum values correspond to mask values instead of bitshift (index) values.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library