Navigation
API > API/Plugins > API/Plugins/CurveExpressionEditor
Helper interface to allow the details customization to work on both Remap Curves and Remap Curves from Mesh.
| Name | IRemapCurvesDebuggingProvider |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Animation/CurveExpression/Source/Editor/Public/IRemapCurvesDebuggingProvider.h |
| Include Path | #include "IRemapCurvesDebuggingProvider.h" |
Syntax
class IRemapCurvesDebuggingProvider
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CanVerifyExpressions() |
Returns true if the expressions can be verified against an actively debugged anim graph instance | IRemapCurvesDebuggingProvider.h | |
void VerifyExpressions() |
Trigger expression verification against an actively debugged anim graph instance | IRemapCurvesDebuggingProvider.h |