Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Net > API/Runtime/Engine/Net/Subsystems
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- USubsystem
- UWorldSubsystem
- UNetworkSubsystem
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Net/Subsystems/NetworkSubsystem.h |
| Include | #include "Net/Subsystems/NetworkSubsystem.h" |
Syntax
UCLASS (MinimalAPI)
class UNetworkSubsystem : public UWorldSubsystem
Functions
| Type | Name | Description | |
|---|---|---|---|
| UE::Net::FNetConditionGroupManager & | Access the NetConditionGroupManager | ||
| const UE::Net::FNetConditionGroupManager & | Const access the NetConditionGroupManager |
Overridden from UWorldSubsystem
| Type | Name | Description | |
|---|---|---|---|
| bool | DoesSupportWorldType
(
const EWorldType::Type WorldType |
Allow the subsystem on every world type. |