CrossCompiler::EPackedTypeIndex

Cross compiler support/common functionality.

Windows
MacOS
Linux

References

Module

RenderCore

Header

/Engine/Source/Runtime/RenderCore/Public/CrossCompilerCommon.h

Include

#include "CrossCompilerCommon.h"

Syntax

namespace CrossCompiler
{
    enum EPackedTypeIndex
    {
        HighP      = 0,
        MediumP    = 1,
        LowP       = 2,
        Int        = 3,
        Uint       = 4,
        Max        = 5,
        Invalid    = -1,
    }
}

Values

Name

Description

HighP

MediumP

LowP

Int

Uint

Max

Invalid

Remarks

Cross compiler support/common functionality.

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