EPackingFlags

Windows
MacOS
Linux

References

Module

GLTFCore

Header

/Engine/Plugins/Editor/GLTFImporter/Source/GLTFCore/Public/GLTFMaterial.h

Include

#include "GLTFMaterial.h"

Syntax

enum EPackingFlags
{
    None                          = 0x0,
    NormalRG                      = 0x1,
    OcclusionRoughnessMetallic    = 0x2,
    RoughnessMetallicOcclusion    = 0x4,
    NormalRoughnessMetallic       = NormalRG | 0x8,
}

Values

Name

Description

None

No packing, i.e. default: Unused (R) Roughness (G), Metallic (B) map

NormalRG

Packing two channel (RG) normal map

OcclusionRoughnessMetallic

Packing Occlusion (R), Roughness (G), Metallic (B) map

RoughnessMetallicOcclusion

Packing Roughness (R), Metallic (G), Occlusion (B) map

NormalRoughnessMetallic

Packing Normal (RG), Roughness (B), Metallic (A) map

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