UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
BlendProfile.h File Reference
#include "CoreMinimal.h"
#include "UObject/ObjectMacros.h"
#include "UObject/Object.h"
#include "BoneContainer.h"
#include "AnimationRuntime.h"
#include "BlendProfile.generated.h"

Go to the source code of this file.

Classes

struct  FBlendProfileBoneEntry
 
class  IBlendProfileInterface
 
class  UBlendProfileProviderInterface
 
class  IBlendProfileProviderInterface
 
struct  FBlendProfileInterfaceWrapper
 
class  UBlendProfile
 

Namespaces

namespace  UE
 
namespace  UE::Anim
 

Macros

#define UE_API   ENGINE_API
 

Enumerations

enum class  EBlendProfileMode : uint8 { TimeFactor = 0 , WeightFactor , UMETA =(Hidden) }
 

Macro Definition Documentation

◆ UE_API

#define UE_API   ENGINE_API

Enumeration Type Documentation

◆ EBlendProfileMode

enum class EBlendProfileMode : uint8
strong

The mode in which the blend profile should be applied.

Enumerator
TimeFactor 
WeightFactor 
UMETA