Navigation
API > API/Runtime > API/Runtime/Engine
| |
|
| Name |
FCurveScaledPayload |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Engine/Classes/Animation/AnimData/AnimDataNotifications.h |
| Include Path |
#include "Animation/AnimData/AnimDataNotifications.h" |
Syntax
USTRUCT (BlueprintType )
struct FCurveScaledPayload : public FCurvePayload
Inheritance Hierarchy
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Factor |
float |
Factor with which the curve was scaled |
Animation/AnimData/AnimDataNotifications.h |
- BlueprintReadOnly
- Category=Payload
|
| Origin |
float |
Time used as the origin when scaling the curve |
Animation/AnimData/AnimDataNotifications.h |
- BlueprintReadOnly
- Category=Payload
|