Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAnimTrack
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAnimSegment * GetSegmentAtTime
(
float InTime |
Get the segment at the given absolute montage time | Animation/AnimCompositeBase.h | |
const FAnimSegment * GetSegmentAtTime
(
float InTime |
Animation/AnimCompositeBase.h |
GetSegmentAtTime(float)
Description
Get the segment at the given absolute montage time
| Name | GetSegmentAtTime |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimCompositeBase.h |
| Include Path | #include "Animation/AnimCompositeBase.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimCompositeBase.cpp |
FAnimSegment * GetSegmentAtTime
(
float InTime
)
GetSegmentAtTime(float)
| Name | GetSegmentAtTime |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimCompositeBase.h |
| Include Path | #include "Animation/AnimCompositeBase.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimCompositeBase.cpp |
const FAnimSegment * GetSegmentAtTime
(
float InTime
) const