Navigation
API > API/Runtime > API/Runtime/NetCore
Stateless class that provides misc network context information
| Name | FNetContext |
| Type | class |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/Misc/NetContext.h |
| Include Path | #include "Net/Core/Misc/NetContext.h" |
Syntax
class FNetContext
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNetContext() |
Net/Core/Misc/NetContext.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FNetContext() |
Net/Core/Misc/NetContext.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| bIsInRPCStack | bool | Net/Core/Misc/NetContext.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool IsInsideNetRPC () |
Tells true if we are inside code executed from a remote RPC. | Net/Core/Misc/NetContext.h |