// Copyright Epic Games, Inc. All Rights Reserved. // This file is automatically generated. Changes to this file may be overwritten. namespace Epic.OnlineServices.AntiCheatClient { /// /// Callback issued when the local client triggers an integrity violation. /// /// The message contains descriptive string of up to 256 characters and must be displayed to the player. /// /// This callback is always issued from within on its calling thread. /// public delegate void OnClientIntegrityViolatedCallback(ref OnClientIntegrityViolatedCallbackInfo data); [System.Runtime.InteropServices.UnmanagedFunctionPointer(Config.LibraryCallingConvention)] internal delegate void OnClientIntegrityViolatedCallbackInternal(ref OnClientIntegrityViolatedCallbackInfoInternal data); }