| AnimationSetups |
TArray< FAnimationSetup > |
Per state animation setup |
AnimationSharingTypes.h |
- EditAnywhere
- Category=AnimationSharing
|
| bAdditive |
bool |
Whether or not this state is an additive state |
AnimationSharingTypes.h |
- EditAnywhere
- Category=AnimationSharing
- Meta=(EditCondition="bOnDemand")
|
| BlendTime |
float |
Duration of blending when blending to this state |
AnimationSharingTypes.h |
- EditAnywhere
- Category=AnimationSharing
- Meta=(EditCondition="!bAdditive", UIMin="0.0", ClampMin="0.0")
|
| bOnDemand |
bool |
Flag whether or not this state is an on-demand state, this means that we kick off a unique animation when needed |
AnimationSharingTypes.h |
- EditAnywhere
- Category=AnimationSharing
|
| bRequiresCurves |
bool |
Whether or not this animation requires curves or morphtargets to function correctly for follower components |
AnimationSharingTypes.h |
- EditAnywhere
- AdvancedDisplay
- Category=AnimationSharing
|
| bReturnToPreviousState |
bool |
Flag whether or not we should return to the previous state, only used when this state is an on-demand one |
AnimationSharingTypes.h |
- EditAnywhere
- Category=AnimationSharing
- Meta=(EditCondition="bOnDemand")
|
| bSetNextState |
bool |
|
AnimationSharingTypes.h |
- EditAnywhere
- Category=AnimationSharing
- Meta=(EditCondition="bOnDemand")
|
| MaximumNumberOfConcurrentInstances |
FPerPlatformInt |
Number of instances that will be created for this state (platform-specific) |
AnimationSharingTypes.h |
- EditAnywhere
- Category=AnimationSharing
- Meta=(EditCondition="bOnDemand", ClampMin="0", UIMin="0")
|
| NextState |
uint8 |
State value to which the actors part of an on demand state should be set to when its animation has finished |
AnimationSharingTypes.h |
- EditAnywhere
- Category=AnimationSharing
- Meta=(EditCondition="bSetNextState")
|
| State |
uint8 |
Enum value linked to this state |
AnimationSharingTypes.h |
- EditAnywhere
- Category=AnimationSharing
|
| WiggleTimePercentage |
float |
Percentage of 'wiggle' frames, this is used when we run out of available entries in Components, if one of the on-demand animations has started SequenceLength * WiggleFramePercentage ago or earlier, it is used instead of a brand new one |
AnimationSharingTypes.h |
- EditAnywhere
- Category=AnimationSharing
- Meta=(EditCondition="bOnDemand", UIMin="0.0", UIMax="1.0", ClampMin="0.0", ClampMax="1.0")
|