UAnimSequence::CropRawAnimData

Crops the raw anim data either from Start to CurrentTime or CurrentTime to End depending on value of bFromStart.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Animation/AnimSequence.h

Include

#include "Animation/AnimSequence.h"

Source

/Engine/Source/Runtime/Engine/Private/Animation/AnimSequence.cpp

Syntax

bool CropRawAnimData
(
    float CurrentTime,
    bool bFromStart
)

Remarks

Crops the raw anim data either from Start to CurrentTime or CurrentTime to End depending on value of bFromStart. Can't be called against cooked data.

Returns

true if the operation was successful.

Parameters

Parameter

Description

CurrentTime

marker for cropping (either beginning or end)

bFromStart

whether marker is begin or end marker

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss