Navigation
API > API/Plugins > API/Plugins/AnimationSharing
References
| Module | AnimationSharing |
| Header | /Engine/Plugins/Developer/AnimationSharing/Source/AnimationSharing/Public/AnimationSharingTypes.h |
| Include | #include "AnimationSharingTypes.h" |
Syntax
USTRUCT&40;&41;
struct FAnimationSetup
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSubclassOf< UAnimSharingStateInstance > | AnimBlueprint | Animation blueprint to use for playing back the Animation Sequence | |
| TObjectPtr< UAnimSequence > | AnimSequence | Animation Sequence to play for this particular setup | |
| FPerPlatformBool | Enabled | Whether or not this setup is enabled for specific platforms | |
| FPerPlatformInt | NumRandomizedInstances | The number of randomized instances created from this setup, it will create instance with different start time offsets (Length / Number of Instance) * InstanceIndex |
Constructors
| Type | Name | Description | |
|---|---|---|---|