Navigation
API > API/Plugins > API/Plugins/AnimationSharing
| Name | FPerComponentData |
| Type | struct |
| Header File | /Engine/Plugins/Developer/AnimationSharing/Source/AnimationSharing/Public/AnimationSharingManager.h |
| Include Path | #include "AnimationSharingManager.h" |
Syntax
struct FPerComponentData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ActorIndex | int32 | Index to the owning actor (used to index PerActorData) | AnimationSharingManager.h | |
| WeakComponent | TWeakObjectPtr< USkeletalMeshComponent > | Skeletal mesh component registered for this component | AnimationSharingManager.h |