Navigation
API > API/Developer > API/Developer/TargetPlatform > API/Developer/TargetPlatform/ITargetPlatformControls
Description
Hook called when a TargetPlatform is selected for cooking. Load any required assets or data. May be called multiple times per process; it is called each time a cook starts for the platform.
Derived Overrides
- FTargetPlatformBase::InitializeForCook
- FTargetPlatformControlsBase::InitializeForCook
- FTargetPlatformMerged::InitializeForCook
| Name | InitializeForCook |
| Type | function |
| Header File | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatformControls.h |
| Include Path | #include "Interfaces/ITargetPlatformControls.h" |
void InitializeForCook()