CrossCompiler::EPackedTypeName

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 EPackedTypeName
    {
        HighP      = 'h',
        MediumP    = 'm',
        LowP       = 'l',
        Int        = 'i',
        Uint       = 'u',
        Invalid    = ' ',
    }
}

Values

Name

Description

HighP

MediumP

LowP

Int

Uint

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