Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FRPCDoSDetection
Base class for setting code scope activity
| Name | TScopeBase |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/Net/RPCDoSDetection.h |
| Include Path | #include "Net/RPCDoSDetection.h" |
Syntax
template<class T>
class TScopeBase
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bScopeActive | bool | Whether or not the current code scope is active | Net/RPCDoSDetection.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsActive() |
Whether or not the current code scope is active | Net/RPCDoSDetection.h | |
void Reset() |
Resets the properties covered by this scope, at both the start/end of the scope | Net/RPCDoSDetection.h | |
void SetActive
(
bool bInVal |
Sets whether or not the current code scope is active | Net/RPCDoSDetection.h |