Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/FOnlineSubsystemImpl
Description
Is the online subsystem associated with the game/editor/engine running as dedicated. May be forced into this mode by EditorPIE, but basically asks if the OSS is serving in a dedicated capacity
Virtual Inheritance
- IOnlineSubsystem::IsDedicated → FOnlineSubsystemImpl::IsDedicated
| Name | IsDedicated |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSubsystemImpl.h |
| Include Path | #include "OnlineSubsystemImpl.h" |
virtual bool IsDedicated() const
true if the online subsystem is in dedicated server mode, false otherwise