LEAP Documentation 40220
Documentation for the LEAP project
UExperienceEvent Class Reference

#include <ExperienceEvent.h>

Inheritance diagram for UExperienceEvent:

Public Member Functions

FORCEINLINE FText GetMessage ()
 
FORCEINLINE int32 GetExperience () const
 
FORCEINLINE EDisplayType GetDisplayType ()
 
FORCEINLINE USoundBase * GetSound ()
 
FORCEINLINE bool GetShowOverheadNotification ()
 
FORCEINLINE float GetOverheadNotificationDuration ()
 

Protected Attributes

FText Message = FText::FromString("")
 
int32 Experience = 0
 
EDisplayType DisplayType = EDisplayType::SideScreen
 
class USoundBase * Sound = NULL
 
bool bShowOverheadNotification = false
 
float OverheadNotificationDuration = 1.f
 

Member Function Documentation

◆ GetDisplayType()

FORCEINLINE EDisplayType UExperienceEvent::GetDisplayType ( )
inline

◆ GetExperience()

FORCEINLINE int32 UExperienceEvent::GetExperience ( ) const
inline

◆ GetMessage()

FORCEINLINE FText UExperienceEvent::GetMessage ( )
inline

◆ GetOverheadNotificationDuration()

FORCEINLINE float UExperienceEvent::GetOverheadNotificationDuration ( )
inline

◆ GetShowOverheadNotification()

FORCEINLINE bool UExperienceEvent::GetShowOverheadNotification ( )
inline

◆ GetSound()

FORCEINLINE USoundBase * UExperienceEvent::GetSound ( )
inline

Member Data Documentation

◆ bShowOverheadNotification

bool UExperienceEvent::bShowOverheadNotification = false
protected

◆ DisplayType

EDisplayType UExperienceEvent::DisplayType = EDisplayType::SideScreen
protected

◆ Experience

int32 UExperienceEvent::Experience = 0
protected

◆ Message

FText UExperienceEvent::Message = FText::FromString("")
protected

◆ OverheadNotificationDuration

float UExperienceEvent::OverheadNotificationDuration = 1.f
protected

◆ Sound

class USoundBase* UExperienceEvent::Sound = NULL
protected

The documentation for this class was generated from the following file: