Navigation
API > API/Developer > API/Developer/TargetPlatform > API/Developer/TargetPlatform/TTargetPlatformControlsBase
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.
Virtual Inheritance
- ITargetPlatformControls::HasNonTrivialPatchGeneration → TTargetPlatformControlsBase::HasNonTrivialPatchGeneration
| Name | HasNonTrivialPatchGeneration |
| Type | function |
| Header File | /Engine/Source/Developer/TargetPlatform/Public/Common/TargetPlatformControlsBase.h |
| Include Path | #include "Common/TargetPlatformControlsBase.h" |
virtual bool HasNonTrivialPatchGeneration() const
true if this platform has non-trivial patching requirements, false otherwise.