Navigation
API > API/Editor > API/Editor/AnimationModifiers > API/Editor/AnimationModifiers/FApplyModifiersScope
Description
Determine how to handle an Animation Modifier warning, and execute accordingly. Returns whether or not the warning was handled (true) or warrants reverting the applied Animation Modifier (false)
| Name | HandleWarning |
| Type | function |
| Header File | /Engine/Source/Editor/AnimationModifiers/Public/AnimationModifier.h |
| Include Path | #include "AnimationModifier.h" |
| Source | /Engine/Source/Editor/AnimationModifiers/Private/AnimationModifier.cpp |
static bool HandleWarning
(
const UAnimationModifier * Modifier,
const FText & Message,
const FText & Title
)