enum class EBasePredictionEvents : uint32
{
BPE_ StringCommand = 128, // (1 << 7)
BPE_ Teleport = 130, // (1 << 7)
BPE_ Diagnostic = 16384, // (1 << 14)
};enum class EBasePredictionEvents : uint32
{
BPE_ StringCommand = 128, // (1 << 7)
BPE_ Teleport = 130, // (1 << 7)
BPE_ Diagnostic = 16384, // (1 << 14)
};