11 lines
203 B
C++
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
|