Navigation
API > API/Plugins > API/Plugins/AnimDatabase > API/Plugins/AnimDatabase/UAnimDatabaseFrameRangesLibrary
Description
Return a set of frame ranges with the given amount of frames trimmed from the beginning. Ranges shorter than the TrimFrames will be removed.
| Name | FrameRangesTrimStart |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Animation/AnimDatabase/Source/AnimDatabase/Public/AnimDatabaseFrameRanges.h |
| Include Path | #include "AnimDatabaseFrameRanges.h" |
| Source | /Engine/Plugins/Experimental/Animation/AnimDatabase/Source/AnimDatabase/Private/AnimDatabaseFrameRanges.cpp |
UFUNCTION (BlueprintPure, Category="AnimDatabase", Meta=(CompactNodeTitle="TRIM START"))
static FAnimDatabaseFrameRanges FrameRangesTrimStart
(
const FAnimDatabaseFrameRanges & A,
const int32 TrimFrames
)