Navigation
API > API/Runtime > API/Runtime/Engine
| Name | EColorChannelMask |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/SceneView.h |
| Include Path | #include "SceneView.h" |
Syntax
enum EColorChannelMask
{
All = INDEX_NONE,
Red = 0,
Green = 1,
Blue = 2,
Alpha = 3,
}
Values
| Name | Remarks |
|---|---|
| All | |
| Red | |
| Green | |
| Blue | |
| Alpha |