FAsyncSaveGameToSlotDelegate

Delegate called from AsyncLoadGameFromSlot.

Windows
MacOS
Linux

Type

typedef TBaseDelegate_ThreeParams< void, const FString &, const int32, bool > FAsyncSaveGameToSlotDelegate

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Kismet/GameplayStatics.h

Include

#include "Kismet/GameplayStatics.h"

Remarks

Delegate called from AsyncLoadGameFromSlot. First two parameters are passed in SlotName and UserIndex, third parameter is a bool indicating success (true) or failure (false).

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