Navigation
API > API/Developer > API/Developer/CookedEditor > API/Developer/CookedEditor/TCookedEditorTargetPlatformContr-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TCookedEditorTargetPlatformControls
(
ITargetPlatformSettings* TargetPlatformSettings |
CookedEditorTargetPlatformControls.h | ||
TCookedEditorTargetPlatformControls
(
TUniquePtr< ICookedEditorPackageManager >&& ExistingManager, |
Allows for a custom target platform module to initialize this TargetPlatform with an existing PackageManager instead of going through the standard factory function | CookedEditorTargetPlatformControls.h |
TCookedEditorTargetPlatformControls(ITargetPlatformSettings *)
| Name | TCookedEditorTargetPlatformControls |
| Type | function |
| Header File | /Engine/Source/Developer/CookedEditor/Public/CookedEditorTargetPlatformControls.h |
| Include Path | #include "CookedEditorTargetPlatformControls.h" |
TCookedEditorTargetPlatformControls
(
ITargetPlatformSettings * TargetPlatformSettings
)
TCookedEditorTargetPlatformControls(TUniquePtr< ICookedEditorPackageManager > &&, ITargetPlatformSettings *)
Description
Allows for a custom target platform module to initialize this TargetPlatform with an existing PackageManager instead of going through the standard factory function
| Name | TCookedEditorTargetPlatformControls |
| Type | function |
| Header File | /Engine/Source/Developer/CookedEditor/Public/CookedEditorTargetPlatformControls.h |
| Include Path | #include "CookedEditorTargetPlatformControls.h" |
TCookedEditorTargetPlatformControls
(
TUniquePtr < ICookedEditorPackageManager > && ExistingManager,
ITargetPlatformSettings * TargetPlatformSettings
)