Navigation
API > API/Plugins > API/Plugins/AnimationSharing
| Name | FAnimationSharingScalability |
| Type | struct |
| Header File | /Engine/Plugins/Developer/AnimationSharing/Source/AnimationSharing/Public/AnimationSharingTypes.h |
| Include Path | #include "AnimationSharingTypes.h" |
Syntax
USTRUCT ()
struct FAnimationSharingScalability
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAnimationSharingScalability() |
AnimationSharingTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BlendSignificanceValue | FPerPlatformFloat | Significance value tied to whether or not a transition should be blended | AnimationSharingTypes.h |
|
| MaximumNumberConcurrentBlends | FPerPlatformInt | Maximum number of blends which can be running concurrently | AnimationSharingTypes.h |
|
| TickSignificanceValue | FPerPlatformFloat | Significance value tied to whether or not the leader pose components should be ticking | AnimationSharingTypes.h |
|
| UseBlendTransitions | FPerPlatformBool | Flag whether or not to use blend transitions between states | AnimationSharingTypes.h |
|