Navigation
API > API/Plugins > API/Plugins/AnimDatabase > API/Plugins/AnimDatabase/UAnimDatabaseFrameAttributeLibra-
Description
Makes a float frame attribute where the value of the attribute is given by the sequence time of the nearest frame in the Frames frames set. If the range does not contain a frame from Frames, then the time is 0.0
| Name | MakeFloatFrameAttributeFromNearestFrameSequenceTimes |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Animation/AnimDatabase/Source/AnimDatabase/Public/AnimDatabaseFrameAttribute.h |
| Include Path | #include "AnimDatabaseFrameAttribute.h" |
| Source | /Engine/Plugins/Experimental/Animation/AnimDatabase/Source/AnimDatabase/Private/AnimDatabaseFrameAttribute.cpp |
UFUNCTION (BlueprintPure=true, Category="AnimDatabase")
static FAnimDatabaseFrameAttribute MakeFloatFrameAttributeFromNearestFrameSequenceTimes
(
const FAnimDatabaseFrameRanges & FrameRanges,
const FAnimDatabaseFrames & Frames,
const FFrameRate & FrameRate
)