Navigation
Unreal Engine C++ API Reference > Developer > TargetDeviceServices
Inheritance Hierarchy
References
Module | TargetDeviceServices |
Header | /Engine/Source/Developer/TargetDeviceServices/Public/ITargetDeviceServicesModule.h |
Include | #include "ITargetDeviceServicesModule.h" |
Syntax
class ITargetDeviceServicesModule : public [IModuleInterface](API\Runtime\Core\Modules\IModuleInterface)
Remarks
Interface for target device services modules.
Destructors
Type | Name | Description |
---|---|---|
~ITargetDeviceServicesModule () | Virtual destructor. |
Functions
Type | Name | Description |
---|---|---|
TSharedRef< ... | GetDeviceProxyManager () | Gets the target device proxy manager. |
TSharedRef< ... | GetDeviceServiceManager () | Gets the target device service manager. |