Files
UnrealEngine/Engine/Source/Developer/TraceInsights/Private/Insights/TaskGraphProfiler/ViewModels/TaskNode.cpp
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

11 lines
203 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "TaskNode.h"
namespace UE::Insights::TaskGraphProfiler
{
INSIGHTS_IMPLEMENT_RTTI(FTaskNode)
} // namespace UE::Insights::TaskGraphProfiler