Navigation
API > API/Plugins > API/Plugins/AnimDatabase > API/Plugins/AnimDatabase/UAnimDatabaseFrameRangesLibrary
Description
Make a set of frame ranges for all the data in a database. (This is the same as MakeFrameRangesFromDatabase).
| Name | FrameRangesAll |
| 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="ALL"))
static FAnimDatabaseFrameRanges FrameRangesAll
(
const UAnimDatabase * Database
)