![]() |
LEAP Documentation 40220
Documentation for the LEAP project
|
#include "CoreMinimal.h"
#include "../BaseControl/CapturePoint.h"
#include "../Team/SpawnTargetInterface.h"
#include "Gameplay/TeamInterface.h"
#include "Gameplay/HealthInterface.h"
#include "AllOutWarfareObjectiveInterface.h"
#include "ShieldGenerator.generated.h"
Go to the source code of this file.
Classes | |
class | AShieldGenerator |
Functions | |
DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam (FShieldGeneratorEventSignature, class AShieldGenerator *, Generator) | |
DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams (FShieldGeneratorHealthEventSignature, class AShieldGenerator *, Generator, float, Delta) | |
DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam | ( | FShieldGeneratorEventSignature | , |
class AShieldGenerator * | , | ||
Generator | |||
) |
DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams | ( | FShieldGeneratorHealthEventSignature | , |
class AShieldGenerator * | , | ||
Generator | , | ||
float | , | ||
Delta | |||
) |