Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FObjectReplicator
| |
|
| Name |
ESkipRpcBehavior |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Engine/Public/Net/DataReplication.h |
| Include Path |
#include "Net/DataReplication.h" |
Syntax
enum ESkipRpcBehavior
{
NeverSkip,
SkipIfNotReady,
AlwaysSkip,
}
Values
| Name |
Remarks |
| NeverSkip |
Always execute RPCs immediately. |
| SkipIfNotReady |
Skip RPC execution only if it's not ready to execute. |
| AlwaysSkip |
Always skip execution of RPC (do validation only, caller will handle execution) |