Navigation
API > API/Plugins > API/Plugins/AnimationSharing
The Animation Sharing Setup asset contains all the information that will be shared across the specified Actors
| Name | UAnimationSharingSetup |
| Type | class |
| Header File | /Engine/Plugins/Developer/AnimationSharing/Source/AnimationSharing/Public/AnimationSharingSetup.h |
| Include Path | #include "AnimationSharingSetup.h" |
Syntax
UCLASS (MinimalAPI, HideCategories=Object, Blueprintable, Config=Engine)
class UAnimationSharingSetup : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UAnimationSharingSetup
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UAnimationSharingSetup
(
const FObjectInitializer& ObjectInitializer |
AnimationSharingSetup.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ScalabilitySettings | FAnimationSharingScalability | AnimationSharingSetup.h |
|
|
| SkeletonSetups | TArray< FPerSkeletonAnimationSharingSetup > | AnimationSharingSetup.h |
|