EChannelMask

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/FileHelper.h

Include

#include "Misc/FileHelper.h"

Syntax

enum EChannelMask
{
    R      = offsetof( FColor , R ),
    G      = offsetof( FColor , G ),
    B      = offsetof( FColor , B ),
    A      = offsetof( FColor , A ),
    All    = R|G|B|A,
}

Values

Name

Description

R

G

B

A

All

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