TraceServices::EContextSwitchEnumerationResult

Copyright Epic Games, Inc. All Rights Reserved.

Unreal Engine C++ API Reference > Developer > TraceServices > TraceServices > Model

References

   
Module TraceServices
Header /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/ContextSwitches.h
Include #include "TraceServices/Model/ContextSwitches.h"

Syntax

namespace TraceServices  
{  
    enum EContextSwitchEnumerationResult  
    {  
        Continue,  
        Stop,  
    }  
}  

Values

Name Description
Continue  
Stop  

Remarks

Insights.

IRewindDebugger

Public interface to rewind debugger


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library