Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Net > API/Runtime/Engine/Net/FRPCDoSDetection
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Net/RPCDoSDetection.h |
| Include | #include "Net/RPCDoSDetection.h" |
ERPCNotifyResult NotifyReceivedRPC
&40;
FNetBitReader & Reader,
TSet< FNetworkGUID > & UnmappedGuids,
UObject &42; Object,
UFunction &42; Function,
FName FunctionName
&41;
Remarks
If RPC monitoring is enabled, provides a notification for every RPC that is received, with the ability to block it. Whether or not to block the RPC
Parameters
| Name | Description |
|---|---|
| Reader | The net bit reader containing the packet data, in case parsing of RPC parameters is desired |
| UnmappedGuids | Reference to the set of unmapped Guid's - in case it's necessary for parsing RPC parameters |
| Object | The UObject the RPC will be called on |
| Function | The UFunction representing the RPC |
| FunctionName | The cached name of the function |