|
LEAP Documentation 40220
Documentation for the LEAP project
|
#include "CoreMinimal.h"#include "ProjectX.h"#include "UObject/Interface.h"#include "SpottableInterface.generated.h"Go to the source code of this file.
Classes | |
| class | USpottableInterface |
| class | ISpottableInterface |
Enumerations | |
| enum class | ESpotType : uint8 { HUD = 0 , Radar = 1 , All = 2 , None = 255 } |
| enum class | ESpotReply : uint8 { Valid = 0 , Invalid = 1 , Invisible = 2 , None = 255 } |
Functions | |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE (FSpottedSignature) | |
| DECLARE_DYNAMIC_DELEGATE (FBPSpottedSignature) | |
|
strong |
|
strong |
| DECLARE_DYNAMIC_DELEGATE | ( | FBPSpottedSignature | ) |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE | ( | FSpottedSignature | ) |