enum class EBasePredictionEvents : uint32
{
    BPE_StringCommand = 128, // (1 << 7)
    BPE_Teleport = 130, // (1 << 7)
    BPE_Diagnostic = 16384, // (1 << 14)
};