UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IrisCsv.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
6#include "Iris/IrisConfig.h"
8
10
11#if UE_NET_IRIS_CSV_STATS
12 #define IRIS_CSV_PROFILER_SCOPE(CsvCategory, x) \
13 CSV_SCOPED_TIMING_STAT(CsvCategory, x); \
14 IRIS_PROFILER_SCOPE(x)
15#else
16 #define IRIS_CSV_PROFILER_SCOPE(CsvCategory, x) IRIS_PROFILER_SCOPE(x)
17#endif
18
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define CSV_DECLARE_CATEGORY_MODULE_EXTERN(Module_API, CategoryName)
Definition CsvProfiler.h:80