Navigation
API > API/Runtime > API/Runtime/Engine
The status of blocking for an individual RPC
| Name | ERPCBlockState |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/Net/RPCDoSDetection.h |
| Include Path | #include "Net/RPCDoSDetection.h" |
Syntax
enum ERPCBlockState
{
Unchecked,
OnAllowList,
NotBlocked,
Blocked,
}
Values
| Name | Remarks |
|---|---|
| Unchecked | |
| OnAllowList | |
| NotBlocked | |
| Blocked |