TTargetPlatformBase::HasSecurePackageFormat

Checks whether this platform has a secure shippable package format, and therefore doesn't need any encryption or signing support

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 HasSecurePackageFormat() const

Remarks

Checks whether this platform has a secure shippable package format, and therefore doesn't need any encryption or signing support true if this platform requires cooked data, false otherwise.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library