Files
DedicatedServerCourse/Intermediate/Build/Win64/x64/FPSTemplateEditor/Development/RewindDebuggerInterface/RewindDebugger.natvis
Norman Lansing ecb33115bf Initial Commit
2026-01-28 19:08:51 -05:00

28 lines
1.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
<!--
*
* RewindDebugger Visualizers
*
-->
<Type Name="RewindDebugger::FObjectId">
<DisplayString>{ObjectId}</DisplayString>
</Type>
<Type Name="FClassInfo">
<DisplayString Condition="SuperId == 0">Id={Id,x} {Name,su}</DisplayString>
<DisplayString Condition="SuperId != 0">Id={Id,x} SuperId={SuperId,x} {Name,su}</DisplayString>
</Type>
<Type Name="FObjectInfo">
<DisplayString Condition="OuterObjectId.ObjectId == 0">Id={ObjectId,x} {Name,su}</DisplayString>
<DisplayString Condition="OuterObjectId.ObjectId != 0">Id={ObjectId,x} OuterId={OuterObjectId,x} {Name,su}</DisplayString>
</Type>
<Type Name="FWorldInfo">
<DisplayString Condition="PIEInstanceId == -1">{Type} {NetMode} Id={Id,x} Simulating={bIsSimulating}</DisplayString>
<DisplayString Condition="PIEInstanceId != -1">{Type}:{PIEInstanceId} {NetMode} Id={Id,x} Simulating={bIsSimulating}</DisplayString>
</Type>
</AutoVisualizer>