USkeletalMeshComponent::ReportAnimNotifyError

Subclasses such as DebugSkelMeshComponent keep track of errors in the anim notifies so they can be displayed to the user.

Windows
MacOS
Linux

Override Hierarchy

USkeletalMeshComponent::ReportAnimNotifyError()

UDebugSkelMeshComponent::ReportAnimNotifyError()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/SkeletalMeshComponent.h

Include

#include "Components/SkeletalMeshComponent.h"

Syntax

virtual void ReportAnimNotifyError
(
    const FText & Error,
    UObject * InSourceNotify
)

Remarks

Subclasses such as DebugSkelMeshComponent keep track of errors in the anim notifies so they can be displayed to the user. This function adds an error. Errors are added uniquely and only removed when they're cleared by ClearAnimNotifyError.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss