|
Payback 0.0.1
CK Graduation Project
|
#include "CoreMinimal.h"#include "GameFramework/Actor.h"#include "Interactable/InteractableActor.h"#include "Interface/Level/StageEventListenerInterface.h"#include "CheckPoint.generated.h"

클래스 | |
| class | ACheckPoint |
함수 | |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_FourParams (FOnCheckPointSavedDelegate, AActor *, ContactActor, float, SavedTimeSeconds, FVector, SavedLocation, ACheckPoint *, CheckPoint) | |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_FourParams | ( | FOnCheckPointSavedDelegate | , |
| AActor * | , | ||
| ContactActor | , | ||
| float | , | ||
| SavedTimeSeconds | , | ||
| FVector | , | ||
| SavedLocation | , | ||
| ACheckPoint * | , | ||
| CheckPoint | |||
| ) |