Navigation
API > API/Developer > API/Developer/TargetPlatform > API/Developer/TargetPlatform/ITargetPlatformControls
Description
Checks whether the platform has non-trivial patching requirements, where regular workflows may result in invalid patches. It is recommended to check the platform's documentation.
Derived Overrides
- FTargetPlatformMerged::HasNonTrivialPatchGeneration
- TTargetPlatformBase::HasNonTrivialPatchGeneration
- TTargetPlatformControlsBase::HasNonTrivialPatchGeneration
| Name | HasNonTrivialPatchGeneration |
| Type | function |
| Header File | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatformControls.h |
| Include Path | #include "Interfaces/ITargetPlatformControls.h" |
bool HasNonTrivialPatchGeneration() const
true if this platform has non-trivial patching requirements, false otherwise.