mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-27 03:53:25 +00:00
16 lines
551 B
C++
16 lines
551 B
C++
#include "AnimClassProfilingHelper.h"
|
|
|
|
void UAnimClassProfilingHelper::PrintAnimClassStatsToLog(const FAnimClassStats& Stats) {
|
|
}
|
|
|
|
void UAnimClassProfilingHelper::PrintAnimClassStatListToLog(TMap<FString, FAnimClassStats> InCapture) {
|
|
}
|
|
|
|
TMap<FString, FAnimClassStats> UAnimClassProfilingHelper::CaptureAnimClassStats(TMap<FString, FAnimClassStats> InPrevCapture, TMap<FString, FAnimClassStats>& OutComparison, TArray<FString> DesiredStats) {
|
|
return TMap<FString, FAnimClassStats>();
|
|
}
|
|
|
|
UAnimClassProfilingHelper::UAnimClassProfilingHelper() {
|
|
}
|
|
|