UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FAnimCustomInstanceHelper Class Reference

#include <AnimCustomInstanceHelper.h>

Static Public Member Functions

template<typename InstanceClassType >
static InstanceClassTypeBindToSkeletalMeshComponent (USkeletalMeshComponent *InSkeletalMeshComponent, bool &bOutWasCreated)
 
template<typename InstanceClassType >
static void UnbindFromSkeletalMeshComponent (USkeletalMeshComponent *InSkeletalMeshComponent)
 

Member Function Documentation

◆ BindToSkeletalMeshComponent()

static InstanceClassType * FAnimCustomInstanceHelper::BindToSkeletalMeshComponent ( USkeletalMeshComponent *  InSkeletalMeshComponent,
bool bOutWasCreated 
)
inlinestatic

Called to bind a typed UAnimCustomInstance to an existing skeletal mesh component

Returns
the current (or newly created) UAnimCustomInstance

◆ UnbindFromSkeletalMeshComponent()

static void FAnimCustomInstanceHelper::UnbindFromSkeletalMeshComponent ( USkeletalMeshComponent *  InSkeletalMeshComponent)
inlinestatic

Called to unbind a UAnimCustomInstance to an existing skeletal mesh component


The documentation for this class was generated from the following files: