Navigation
API > API/Plugins > API/Plugins/Chooser
| |
|
| Name |
FAnimCurveOverride |
| Type |
struct |
| Header File |
/Engine/Plugins/Chooser/Source/Chooser/Public/ChooserTypes.h |
| Include Path |
#include "ChooserTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FAnimCurveOverride
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| CurveName |
FName |
Name of curve to override. |
ChooserTypes.h |
- EditAnywhere
- BlueprintReadWrite
- Category=CurveValue
|
| CurveValue |
float |
Value to set to the curve. |
ChooserTypes.h |
- EditAnywhere
- BlueprintReadWrite
- Category=CurveValue
|