ULiveLinkInstance::DestroyAnimInstanceProxy

Override point for derived classes to destroy their own proxy objects (allows custom allocation)

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UAnimInstance::DestroyAnimInstanceProxy()

ULiveLinkInstance::DestroyAnimInstanceProxy()

References

Module

LiveLinkAnimationCore

Header

/Engine/Source/Runtime/LiveLinkAnimationCore/Public/LiveLinkInstance.h

Include

#include "LiveLinkInstance.h"

Source

/Engine/Source/Runtime/LiveLinkAnimationCore/Private/LiveLinkInstance.cpp

Syntax

virtual void DestroyAnimInstanceProxy
(
    FAnimInstanceProxy * InProxy
)

Remarks

Override point for derived classes to destroy their own proxy objects (allows custom allocation)