Navigation
API > API/Runtime > API/Runtime/Engine
Result of NotifyReceivedRPC, for specifying whether the RPC should execute or should be blocked
| Name | ERPCNotifyResult |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/Net/RPCDoSDetection.h |
| Include Path | #include "Net/RPCDoSDetection.h" |
Syntax
enum ERPCNotifyResult
{
ExecuteRPC,
BlockRPC,
}
Values
| Name | Remarks |
|---|---|
| ExecuteRPC | |
| BlockRPC |