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