FramePro::PacketType::Enum

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/FramePro/FramePro.h

Include

#include "FramePro/FramePro.h"

Syntax

namespace FramePro
{
    namespace PacketType
    {
        enum Enum
        {
            Connect                                    = 0xaabb,
            FrameStart,
            TimeSpan,
            TimeSpanW,
            NamedTimeSpan,
            StringLiteralNamedTimeSpan,
            ThreadName,
            ThreadOrder,
            StringPacket,
            WStringPacket,
            NameAndSourceInfoPacket,
            NameAndSourceInfoPacketW,
            SourceInfoPacket,
            MainThreadPacket,
            RequestStringLiteralPacket,
            SetConditionalScopeMinTimePacket,
            ConnectResponsePacket,
            SessionInfoPacket,
            RequestRecordedDataPacket,
            SessionDetailsPacket,
            ContextSwitchPacket,
            ContextSwitchRecordingStartedPacket,
            ProcessNamePacket,
            CustomStatPacket_Depreciated,
            StringLiteralTimerNamePacket,
            HiResTimerScopePacket,
            LogPacket,
            EventPacket,
            StartWaitEventPacket,
            StopWaitEventPacket,
            TriggerWaitEventPacket,
            TimeSpanCustomStatPacket_Depreciated,
            TimeSpanWithCallstack,
            TimeSpanWWithCallstack,
            NamedTimeSpanWithCallstack,
            StringLiteralNamedTimeSpanWithCallstack,
            ModulePacket,
            SetCallstackRecordingEnabledPacket,
            CustomStatPacketW,
            TimeSpanCustomStatPacketW,
            CustomStatPacket,
            TimeSpanCustomStatPacket,
            ScopeColourPacket,
            CustomStatColourPacket,
            CustomStatGraphPacket,
            CustomStatUnitPacket,
        }
    }
}

Values

Name

Description

Connect

FrameStart

TimeSpan

TimeSpanW

NamedTimeSpan

StringLiteralNamedTimeSpan

ThreadName

ThreadOrder

StringPacket

WStringPacket

NameAndSourceInfoPacket

NameAndSourceInfoPacketW

SourceInfoPacket

MainThreadPacket

RequestStringLiteralPacket

SetConditionalScopeMinTimePacket

ConnectResponsePacket

SessionInfoPacket

RequestRecordedDataPacket

SessionDetailsPacket

ContextSwitchPacket

ContextSwitchRecordingStartedPacket

ProcessNamePacket

CustomStatPacket_Depreciated

StringLiteralTimerNamePacket

HiResTimerScopePacket

LogPacket

EventPacket

StartWaitEventPacket

StopWaitEventPacket

TriggerWaitEventPacket

TimeSpanCustomStatPacket_Depreciated

TimeSpanWithCallstack

TimeSpanWWithCallstack

NamedTimeSpanWithCallstack

StringLiteralNamedTimeSpanWithCallstack

ModulePacket

SetCallstackRecordingEnabledPacket

CustomStatPacketW

TimeSpanCustomStatPacketW

CustomStatPacket

TimeSpanCustomStatPacket

ScopeColourPacket

CustomStatColourPacket

CustomStatGraphPacket

CustomStatUnitPacket

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