unreal.AnimDatabaseFrames¶
- class unreal.AnimDatabaseFrames¶
Bases:
StructBaseRepresents a set of frames within a UAnimDatabase.
Internally, this is effectively a thin blueprint wrapper around the UE::Learning::FFrameSet data structure. Below we provide a Blueprint Function Library that allows for the construction, modification and scripting of these objects in blueprints, but if you want to handle them in C++ at a low level if you should access the internal FrameSet object directly.
It is assumed that all FrameSet objects used by this wrapper are stored at the FrameRate of the database they were created from.
C++ Source:
Plugin: AnimDatabase
Module: AnimDatabase
File: AnimDatabaseFrameRanges.h