Files
UnrealEngine/Engine/Source/Developer/TraceInsights/Private/Insights/TaskGraphProfiler/ViewModels/TaskNode.cpp
2025-05-18 13:04:45 +08: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