![]() |
LEAP Documentation 40220
Documentation for the LEAP project
|
#include "CoreMinimal.h"
#include "UObject/Interface.h"
#include "SpawnInterface.generated.h"
Go to the source code of this file.
Classes | |
class | USpawnInterface |
class | ISpawnInterface |
Functions | |
DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam (FSpawnProgressSignature, UObject *, Spawner) | |
DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam (FSpawnEventCompleteSignature, bool, bSuccess) | |
DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam | ( | FSpawnEventCompleteSignature | , |
bool | , | ||
bSuccess | |||
) |
DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam | ( | FSpawnProgressSignature | , |
UObject * | , | ||
Spawner | |||
) |