TTargetPlatformBase::RequiresOriginalReleaseVersionForPatch

Checks whether this platform requires the originally released version (in addition to the previously released version) to create a patch

Unreal Engine C++ API Reference > Developer > TargetPlatform > Common > TTargetPlatformBase

References

   
Module TargetPlatform
Header /Engine/Source/Developer/TargetPlatform/Public/Common/TargetPlatformBase.h
Include #include "Common/TargetPlatformBase.h"
virtual bool RequiresOriginalReleaseVersionForPatch() const

Remarks

Checks whether this platform requires the originally released version (in addition to the previously released version) to create a patch true if this platform requires the originally released version, false otherwise.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library