FPakPlatformFile::GetPakChunkSignatureCheckFailedHandler

Access static delegate for handling a pak signature check failure

Windows
MacOS
Linux

Deprecated

  • GetPakChunkSignatureCheckFailedHandler is not thread safe, so please migrate to using GetPakSigningFailureHandlerData and locking the critical section around any use of the delegates

References

Module

PakFile

Header

/Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h

Include

#include "IPlatformFilePak.h"

Source

/Engine/Source/Runtime/PakFile/Private/IPlatformFilePak.cpp

Syntax

static FPakChunkSignatureCheckFailedHandler & GetPakChunkSignatureCheckFailedHandler()

Remarks

Access static delegate for handling a pak signature check failure

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