Search Results for

    Show / Hide Table of Contents

    Namespace Animations Module

    Classes

    SceneAnimationPlayer

    The scene animation playback actor.

    SceneAnimation

    Scene animation timeline for animating objects and playing cut-scenes.

    InverseKinematics

    The Inverse Kinematics (IK) utility library.

    CurveBase

    An animation spline represented by a set of read-only keyframes, each representing an endpoint of a curve.

    Curve

    An animation spline represented by a set of keyframes, each representing an endpoint of a curve.

    AnimSubGraph

    The sub-graph for the main Animation Graph. Used for Anim graphs nesting.

    AnimGraphStateTransition

    Data container for the animation graph state machine transition between two states.

    AnimGraphParameter

    Animation graph parameter.

    AnimGraphNode

    AnimGraphInstanceData

    The animation graph instance data storage. Required to update the animation graph.

    AnimGraphExecutor

    The Animation Graph executor runtime for animation pose evaluation.

    AnimGraphBase

    The base class for Anim Graphs that supports nesting sub graphs.

    AnimGraph

    The Animation Graph is used to evaluate a final pose for the animated model for the current frame.

    AnimEvent

    The animation notification event triggered during animation playback.

    AnimContinuousEvent

    The animation notification event (with duration) triggered during animation playback that contains begin and end (event notification is received as a tick).

    Animations

    The animations playback service.

    AlphaBlend

    Alpha blending utilities.

    Structs

    StepCurveKeyframe

    A single keyframe that can be injected into an animation curve (step).

    NodeAnimationData

    Single node animation data container.

    LinearCurveKeyframe

    A single keyframe that can be injected into an animation curve (linear).

    HermiteCurveKeyframe

    A single keyframe that can be injected into cubic hermite curve.

    EventAnimationData

    Single track with events.

    BezierCurveKeyframe

    A single keyframe that can be injected into Bezier curve.

    AnimGraphTransitionData

    The anim graph transition data cached for nodes that read it to calculate if can enter transition.

    AnimGraphTraceEvent

    The animation graph state container for a single node playback trace (eg. animation sample info or state transition). Can be used by Anim Graph debugging or custom scripting.

    AnimGraphSlot

    The animation graph slot-based animation.

    AnimGraphImpulse

    The animation graph 'impulse' connections data container (the actual transfer is done via pointer as it gives better performance). Container for skeleton nodes transformation hierarchy and any other required data. Unified layout for both local and model transformation spaces.

    AnimGraphContext

    The Animation Graph evaluation context.

    AnimationData

    Skeleton nodes animation data container. Includes metadata about animation sampling, duration and node animations curves.

    Enums

    RootMotionExtraction

    BoneTransformMode

    AnimationRootMotionFlags

    AlphaBlendMode

    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat