LEAP Documentation 40220
Documentation for the LEAP project
CharacterVolume.h File Reference
#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)
 

Enumeration Type Documentation

◆ EVolumeEffectsTriggerType

enum class EVolumeEffectsTriggerType : uint8
strong
Enumerator
NONE 
Enter 
Exit 
Constant 

Function Documentation

◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam()

DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam ( FCharacterEventSignature  ,
AProjectXCharacter ,
Character   
)