UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
GameplayStatics.h File Reference

Go to the source code of this file.

Classes

class  UGameplayStatics
 
struct  UGameplayStatics::FSuggestProjectileVelocityParameters
 

Functions

 DECLARE_DELEGATE_ThreeParams (FAsyncSaveGameToSlotDelegate, const FString &, const int32, bool)
 
 DECLARE_DELEGATE_ThreeParams (FAsyncLoadGameFromSlotDelegate, const FString &, const int32, USaveGame *)
 

Function Documentation

◆ DECLARE_DELEGATE_ThreeParams() [1/2]

DECLARE_DELEGATE_ThreeParams ( FAsyncLoadGameFromSlotDelegate  ,
const FString &  ,
const int32  ,
USaveGame  
)

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.

◆ DECLARE_DELEGATE_ThreeParams() [2/2]

DECLARE_DELEGATE_ThreeParams ( FAsyncSaveGameToSlotDelegate  ,
const FString &  ,
const int32  ,
bool   
)

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