Navigation
API > API/Runtime > API/Runtime/AnimGraphRuntime
Inheritance Hierarchy
- UBlueprintFunctionLibrary
- UModifyCurveAnimLibrary
References
| Module | AnimGraphRuntime |
| Header | /Engine/Source/Runtime/AnimGraphRuntime/Public/ModifyCurveLibrary.h |
| Include | #include "ModifyCurveLibrary.h" |
Syntax
UCLASS ()
class UModifyCurveAnimLibrary : public UBlueprintFunctionLibrary
Remarks
Exposes operations that can be run on a Modify Curve Node via Anim Node Functions such as "On Become Relevant" and "On Update".
Functions
| Type | Name | Description | |
|---|---|---|---|
| FModifyCurveAnimNodeReference | ConvertToModifyCurveNode
(
const FAnimNodeReference& Node, |
Get a modify curve node context from an anim node context | |
| void | ConvertToModifyCurveNodePure
(
const FAnimNodeReference& Node, |
Get a modify curve context from an anim node context (pure) | |
| float | GetAlpha
(
const FModifyCurveAnimNodeReference& ModifyCurveNode |
||
| EModifyCurveApplyMode | GetApplyMode
(
const FModifyCurveAnimNodeReference& ModifyCurveNode |
||
| FModifyCurveAnimNodeReference | SetAlpha
(
const FModifyCurveAnimNodeReference& ModifyCurveNode, |
||
| FModifyCurveAnimNodeReference | SetApplyMode
(
const FModifyCurveAnimNodeReference& ModifyCurveNode, |
||
| FModifyCurveAnimNodeReference | SetCurveMap
(
const FModifyCurveAnimNodeReference& ModifyCurveNode, |