FGenericPlatformProperties::HasSecurePackageFormat

Checks whether shipped data on this platform is secure, and doesn't require extra encryption/signing to protect it.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformProperties.h

Include

#include "GenericPlatform/GenericPlatformProperties.h"

Syntax

static bool HasSecurePackageFormat()

Remarks

Checks whether shipped data on this platform is secure, and doesn't require extra encryption/signing to protect it.

Returns

true if packaged data is considered secure, false otherwise.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss