GetAnimationMetadataByAnimationIds(
const FAnimationID& InAnimationID,
const FOnMetadataAvailable& Callback
)
void
Get metadata of a specific animation
IsAnimationOwnedByUser(
const FAnimationID& InAnimationID,
const FOnMetadataOwnershipLoaded& Callback
)
void
Check if animation is owned by connected user
GetUserAnimationMetadatas(
const FOnMetadatasAvailable& Callback
)
void
Get metadatas of connected user's animations
GetUserAnimationMetadatasByPage(
int InCount,
int InPageNumber,
const FOnMetadatasAvailable& Callback
)
void
Get metadatas of connected user's animations by pagination
GetUserAnimationMetadatas
TotalPagesCount(
int InCountByPage,
const FOnTotalNumberOfPagesAvailable& Callback
)
void
Get total pages of user's animation based on _CountByPage
LoadIconByAnimationId(
const FAnimationID& InAnimationID,
const FOnIconAvailable& OnIconAvailable
)
void
Load an icon into a sprite based on AnimationIds