|
Space Plunder
|
#include "CoreMinimal.h"#include "Actors/InteractableActor.h"#include "OpenableDoorActor.generated.h"Go to the source code of this file.
Classes | |
| class | AOpenableDoorActor |
Functions | |
| DECLARE_LOG_CATEGORY_EXTERN (LogDoors, Display, All) | |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams (FOnDoorOpened, const int32, Index, const bool, bOpened) | |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams | ( | FOnDoorOpened | , |
| const int32 | , | ||
| Index | , | ||
| const bool | , | ||
| bOpened | ) |
| DECLARE_LOG_CATEGORY_EXTERN | ( | LogDoors | , |
| Display | , | ||
| All | ) |