#include "CoreMinimal.h"
#include "InteractionGameplayTags.h"
#include "Data/BaseData.h"
#include "Data/RadialWheelData.h"
#include "Engine/DataTable.h"
#include "Interfaces/InteractionInterface.h"
#include "InteractionData.generated.h"
Go to the source code of this file.
|
| | DECLARE_CYCLE_STAT_EXTERN (TEXT("Interaction Component (All Functions)"), STATGROUP_Interaction_Component, STATGROUP_Interaction, INTERACTION_API) |
| |
| | DECLARE_CYCLE_STAT_EXTERN (TEXT("Character Grabber Component (All Functions)"), STATGROUP_Interaction_CharacterGrabberComponent, STATGROUP_Interaction, INTERACTION_API) |
| |
| | DECLARE_CYCLE_STAT_EXTERN (TEXT("Aim Assist Component (All Functions)"), STATGROUP_AimAssist_Component, STATGROUP_Interaction, INTERACTION_API) |
| |
| | DECLARE_LOG_CATEGORY_CLASS (LogAimData, Display, All) |
| |
◆ EMiniGameStatus
| Enumerator |
|---|
| Ready | |
| InProgress | |
| Passed | |
| Failed | |
| Complete | |
25{
31};
@ Ready
Definition InteractionData.h:26
@ Failed
Definition InteractionData.h:29
@ InProgress
Definition InteractionData.h:27
@ Passed
Definition InteractionData.h:28
@ Complete
Definition InteractionData.h:30
◆ DECLARE_CYCLE_STAT_EXTERN() [1/3]
| DECLARE_CYCLE_STAT_EXTERN |
( |
TEXT("Aim Assist Component (All Functions)") | , |
|
|
STATGROUP_AimAssist_Component | , |
|
|
STATGROUP_Interaction | , |
|
|
INTERACTION_API | ) |
◆ DECLARE_CYCLE_STAT_EXTERN() [2/3]
| DECLARE_CYCLE_STAT_EXTERN |
( |
TEXT("Character Grabber Component (All Functions)") | , |
|
|
STATGROUP_Interaction_CharacterGrabberComponent | , |
|
|
STATGROUP_Interaction | , |
|
|
INTERACTION_API | ) |
◆ DECLARE_CYCLE_STAT_EXTERN() [3/3]
| DECLARE_CYCLE_STAT_EXTERN |
( |
TEXT("Interaction Component (All Functions)") | , |
|
|
STATGROUP_Interaction_Component | , |
|
|
STATGROUP_Interaction | , |
|
|
INTERACTION_API | ) |
◆ DECLARE_LOG_CATEGORY_CLASS()
| DECLARE_LOG_CATEGORY_CLASS |
( |
LogAimData | , |
|
|
Display | , |
|
|
All | ) |