ITargetPlatform::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 > Interfaces > ITargetPlatform

  • ITargetPlatform::HasSecurePackageFormat()

References

   
Module TargetPlatform
Header /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatform.h
Include #include "Interfaces/ITargetPlatform.h"
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