Navigation
API > API/Developer > API/Developer/CookedEditor > API/Developer/CookedEditor/TCookedEditorTargetPlatformSetti-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| CookedEditorTargetPlatformSettings.h | |||
TCookedEditorTargetPlatformSettings
(
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 | CookedEditorTargetPlatformSettings.h |
TCookedEditorTargetPlatformSettings()
| Name | TCookedEditorTargetPlatformSettings |
| Type | function |
| Header File | /Engine/Source/Developer/CookedEditor/Public/CookedEditorTargetPlatformSettings.h |
| Include Path | #include "CookedEditorTargetPlatformSettings.h" |
TCookedEditorTargetPlatformSettings()
TCookedEditorTargetPlatformSettings(TUniquePtr< ICookedEditorPackageManager > &&)
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 | TCookedEditorTargetPlatformSettings |
| Type | function |
| Header File | /Engine/Source/Developer/CookedEditor/Public/CookedEditorTargetPlatformSettings.h |
| Include Path | #include "CookedEditorTargetPlatformSettings.h" |
TCookedEditorTargetPlatformSettings
(
TUniquePtr < ICookedEditorPackageManager > && ExistingManager
)