Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FCoreNetContext
Description
Returns the "Remote" function mode currently at the top of the stack. Used internally to determine whether a "Remote"-specified function should be run locally or sent over the network as an RPC instead.
| Name | GetCurrentRemoteFunctionMode |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/CoreNetContext.h |
| Include Path | #include "UObject/CoreNetContext.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/CoreNetContext.cpp |
ERemoteFunctionMode GetCurrentRemoteFunctionMode()