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