Navigation
API > API/Plugins > API/Plugins/PlatformDLC
| Name | IPlatformDLCModule |
| Type | class |
| Header File | /Engine/Plugins/Experimental/PlatformDLC/Source/PlatformDLC/Public/PlatformDLCModule.h |
| Include Path | #include "PlatformDLCModule.h" |
Syntax
class IPlatformDLCModule : public IPlatformFileModule
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< IPlatformDLC > GetPlatformDLC() |
Returns the platform DLC, if any (configured via ini) | PlatformDLCModule.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IPlatformDLCModule & Get() |
Singleton-like access to the platform DLC module instance | PlatformDLCModule.h |