Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UNetDriver
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ProcessRemoteFunctionForChannel
(
UActorChannel* Ch, |
Process a remote function on given actor channel. This is called by ProcessRemoteFunction. | Engine/NetDriver.h | |
void ProcessRemoteFunctionForChannel
(
UActorChannel* Ch, |
Engine/NetDriver.h |
ProcessRemoteFunctionForChannel(UActorChannel , const class FClassNetCache , const FFieldNetCache , UObject , UNetConnection , UFunction , void , FOutParmRec , FFrame *, const bool, const ERemoteFunctionSendPolicy)
Description
Process a remote function on given actor channel. This is called by ProcessRemoteFunction.
| Name | ProcessRemoteFunctionForChannel |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/NetDriver.h |
| Include Path | #include "Engine/NetDriver.h" |
void ProcessRemoteFunctionForChannel
(
UActorChannel * Ch,
const class FClassNetCache * ClassCache,
const FFieldNetCache * FieldCache,
UObject * TargetObj,
UNetConnection * Connection,
UFunction * Function,
void * Parms,
FOutParmRec * OutParms,
FFrame * Stack,
const bool IsServer,
const ERemoteFunctionSendPolicy SendPolicy
)
ProcessRemoteFunctionForChannel(UActorChannel , const class FClassNetCache , const FFieldNetCache , UObject , UNetConnection , UFunction , void , FOutParmRec , FFrame *, const bool, const ERemoteFunctionSendPolicy, EProcessRemoteFunctionFlags &)
| Name | ProcessRemoteFunctionForChannel |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/NetDriver.h |
| Include Path | #include "Engine/NetDriver.h" |
void ProcessRemoteFunctionForChannel
(
UActorChannel * Ch,
const class FClassNetCache * ClassCache,
const FFieldNetCache * FieldCache,
UObject * TargetObj,
UNetConnection * Connection,
UFunction * Function,
void * Parms,
FOutParmRec * OutParms,
FFrame * Stack,
const bool IsServer,
const ERemoteFunctionSendPolicy SendPolicy,
EProcessRemoteFunctionFlags & RemoteFunctionFlags
)