Files
UnrealEngine/Engine/Plugins/Animation/GameplayInsights/Source/RewindDebugger/Private/SRewindDebuggerDetails.cpp
2025-05-18 13:04:45 +08:00

12 lines
337 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "SRewindDebuggerDetails.h"
#define LOCTEXT_NAMESPACE "SRewindDebuggerDetails"
void SRewindDebuggerDetails::Construct(const FArguments& InArgs, const TSharedRef<SDockTab>& ConstructUnderMajorTab, const TSharedPtr<SWindow>& ConstructUnderWindow)
{
}
#undef LOCTEXT_NAMESPACE