UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
NetEmulationHelper.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "Engine/NetDriver.h"
6
7class UWorld;
8
9#if DO_ENABLE_NET_TEST
10
11namespace UE::Net::Private::NetEmulationHelper
12{
17} //namespace UE::Net::Private::NetEmulationHelper
18
19#endif //#if DO_ENABLE_NET_TEST
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition NetDriver.h:799
Definition World.h:918
Definition NetDriver.h:455