|
LEAP Documentation 40220
Documentation for the LEAP project
|
#include "CoreMinimal.h"#include "GameFramework/Actor.h"#include "CharacterVolume.generated.h"Go to the source code of this file.
Classes | |
| class | ACharacterVolume |
Enumerations | |
| enum class | EVolumeEffectsTriggerType : uint8 { NONE = 0 , Enter = (1<<0) , Exit = (1<<1) , Constant = (1<<2) } |
Functions | |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam (FCharacterEventSignature, AProjectXCharacter *, Character) | |
|
strong |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam | ( | FCharacterEventSignature | , |
| AProjectXCharacter * | , | ||
| Character | |||
| ) |