Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/AnimGraphRuntime/Public/SequenceEvaluatorLibrary.h |
Include |
#include "SequenceEvaluatorLibrary.h" |
class USequenceEvaluatorLibrary : public UBlueprintFunctionLibrary
Exposes operations to be performed on a sequence evaluator anim node.
Name | Description | ||
---|---|---|---|
|
FSequenceEva... |
AdvanceTime ( |
Advance the current accumulated time of the sequence evaluator |
|
FSequenceEva... |
ConvertToSequenceEvaluator ( |
Get a sequence evaluator context from an anim node context |
|
ConvertToSequenceEvaluatorPure ( |
Get a sequence evaluator context from an anim node context (pure) |
|
|
FSequenceEva... |
SetExplicitTime ( |
Set the current accumulated time of the sequence evaluator |
|
FSequenceEva... |
SetSequence ( |
Set the current sequence of the sequence evaluator |
|
FSequenceEva... |
SetSequenceWithInertialBlending ( |
Set the current sequence of the sequence evaluator with an inertial blend time |