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
7class UAnimSequence;
8class UPoseAsset;
9
11{
12
13#if WITH_EDITOR
14
16{
20};
21
22// Warning, calling this on PostLoad generates asset dependenciy check failures
24
25// Warning, calling this on PostLoad generates asset dependenciy check failures
27
28#endif // WITH_EDITOR
29
30} // end namespace UE::Anim::RetargetHelpers
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition AnimSequence.h:203
Definition PoseAsset.h:186
Definition AnimRetargetHelpers.cpp:25