![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <BlendProfile.h>
Public Member Functions | |
| UE_API void | UpdateCachedBlendProfile () |
| const TObjectPtr< UBlendProfile > | GetBlendProfile () const |
| TObjectPtr< UObject > | GetCustomProviderObject () const |
| UE_API void | SetBlendProfileProvider (TObjectPtr< UObject > Provider, IBlendProfileProviderInterface *ProviderInterface, UObject *Outer) |
| UE_API void | SetSkeletonBlendProfile (TObjectPtr< UBlendProfile > InBlendProfile) |
| bool | UsesSkeletonBlendProfile () const |
Helper class for storing either USkeleton blend profiles and custom blend profile implementations. Has a custom details panel for switching between blend profile providers.
|
inline |
|
inline |
| void FBlendProfileInterfaceWrapper::SetBlendProfileProvider | ( | TObjectPtr< UObject > | Provider, |
| IBlendProfileProviderInterface * | ProviderInterface, | ||
| UObject * | Outer | ||
| ) |
| void FBlendProfileInterfaceWrapper::SetSkeletonBlendProfile | ( | TObjectPtr< UBlendProfile > | InBlendProfile | ) |
| void FBlendProfileInterfaceWrapper::UpdateCachedBlendProfile | ( | ) |
|
inline |