FAsyncLoadGameFromSlotDelegate

Delegate called from AsyncLoadGameFromSlot.

Windows
MacOS
Linux

Type

typedef TBaseDelegate_ThreeParams< void, const FString &, const int32, USaveGame * > FAsyncLoadGameFromSlotDelegate

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 the returned SaveGame, or null if it failed to load.

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