UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
AnimRetargetHelpers.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "
CoreMinimal.h
"
6
7
class
UAnimSequence
;
8
class
UPoseAsset
;
9
10
namespace
UE::Anim::RetargetHelpers
11
{
12
13
#if WITH_EDITOR
14
15
enum class
ERetargetSourceAssetStatus
16
{
17
NoRetargetDataSet
= 0,
18
RetargetSourceMissing
,
19
RetargetDataOk
,
20
};
21
22
// Warning, calling this on PostLoad generates asset dependenciy check failures
23
static
ERetargetSourceAssetStatus
CheckRetargetSourceAssetData
(
const
UAnimSequence
*
InAsset
);
24
25
// Warning, calling this on PostLoad generates asset dependenciy check failures
26
static
ERetargetSourceAssetStatus
CheckRetargetSourceAssetData
(
const
UPoseAsset
*
InAsset
);
27
28
#endif
// WITH_EDITOR
29
30
}
// end namespace UE::Anim::RetargetHelpers
CoreMinimal.h
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
UAnimSequence
Definition
AnimSequence.h:203
UPoseAsset
Definition
PoseAsset.h:186
UE::Anim::RetargetHelpers
Definition
AnimRetargetHelpers.cpp:25
Engine
Source
Runtime
Engine
Public
Animation
AnimRetargetHelpers.h
Generated by
1.9.8