DecomposeHeader

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

void

 

DecomposeHeader

(
    int32 Header,
    int32& KeyFormat,
    int32& NumKeys,
    int32& FormatFlags
)

Decomposes a header created with MakeHeader into three/four fields (two are still left packed into FormatFlags):

Public function Static

void

 

DecomposeHeader

(
    int32 Header,
    int32& KeyFormat,
    int32& NumKeys,
    int32& FormatFlags,
    int32& BytesPerKey,
    int32& FixedBytes
)

Decomposes a header created with MakeHeader into three/four fields (two are still left packed into FormatFlags):

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