Navigation
API > API/Developer > API/Developer/CookedEditor
| Name | TCookedCookerTargetPlatformControls |
| Type | class |
| Header File | /Engine/Source/Developer/CookedEditor/Public/CookedEditorTargetPlatformControls.h |
| Include Path | #include "CookedEditorTargetPlatformControls.h" |
Syntax
template<typename Base>
class TCookedCookerTargetPlatformControls : public Base
Inheritance Hierarchy
- Base → TCookedCookerTargetPlatformControls
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TCookedCookerTargetPlatformControls
(
ITargetPlatformSettings* TargetPlatformSettings |
CookedEditorTargetPlatformControls.h | ||
TCookedCookerTargetPlatformControls
(
TUniquePtr< ICookedEditorPackageManager >&& ExistingManager, |
CookedEditorTargetPlatformControls.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~TCookedCookerTargetPlatformControls() |
CookedEditorTargetPlatformControls.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PackageManager | TUniquePtr< ICookedEditorPackageManager > | CookedEditorTargetPlatformControls.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool AllowAudioVisualData() |
CookedEditorTargetPlatformControls.h | ||
virtual bool AllowObject
(
const UObject* Obj |
CookedEditorTargetPlatformControls.h | ||
virtual bool AllowsDevelopmentObjects() |
CookedEditorTargetPlatformControls.h | ||
virtual bool AllowsEditorObjects() |
CookedEditorTargetPlatformControls.h | ||
virtual FString CookingDeviceProfileName() |
CookedEditorTargetPlatformControls.h | ||
virtual void GetAllDevices
(
TArray< ITargetDevicePtr >& OutDevices |
CookedEditorTargetPlatformControls.h | ||
| CookedEditorTargetPlatformControls.h | |||
virtual ITargetDevicePtr GetDefaultDevice() |
CookedEditorTargetPlatformControls.h | ||
| CookedEditorTargetPlatformControls.h | |||
| Disabling stuff since it's just a cooker. | CookedEditorTargetPlatformControls.h | ||
virtual float GetVariantPriority() |
CookedEditorTargetPlatformControls.h | ||
virtual void InitializeForCook() |
CookedEditorTargetPlatformControls.h | ||
virtual bool IsRunningPlatform() |
CookedEditorTargetPlatformControls.h | ||
virtual FString PlatformName() |
CookedEditorTargetPlatformControls.h | ||
virtual bool SupportsVariants() |
CookedEditorTargetPlatformControls.h |