#include "CoreMinimal.h"
#include "StoredData.h"
#include "Curves/CurveVector.h"
#include "RecoilData.generated.h"
Go to the source code of this file.
|
| enum | ESolverType_PRAS { UMETA =(DisplayName="Legacy", ToolTip="Based on Lerp and SpringInterp")
, UMETA =(DisplayName="Legacy", ToolTip="Based on Lerp and SpringInterp")
} |
| |
| enum | EFireMode_PRAS { UMETA =(DisplayName="Legacy", ToolTip="Based on Lerp and SpringInterp")
, UMETA =(DisplayName="Legacy", ToolTip="Based on Lerp and SpringInterp")
, UMETA =(DisplayName="Legacy", ToolTip="Based on Lerp and SpringInterp")
} |
| |
◆ EFireMode_PRAS
| Enumerator |
|---|
| UMETA | |
| UMETA | |
| UMETA | |
24{
25 Semi
UMETA(DisplayName =
"Semi"),
26 Auto
UMETA(DisplayName =
"Auto"),
28};
@ UMETA
Definition RecoilData.h:18
◆ ESolverType_PRAS
17{
18 Legacy
UMETA(DisplayName=
"Legacy", ToolTip=
"Based on Lerp and SpringInterp"),
19 Advanced
UMETA(DisplayName=
"Advanced", ToolTip=
"Based on curves")
20};
◆ DECLARE_DELEGATE()
| DECLARE_DELEGATE |
( |
FDoTransition | | ) |
|
◆ DECLARE_DELEGATE_RetVal()
| DECLARE_DELEGATE_RetVal |
( |
bool | , |
|
|
FCheckCondition | ) |