Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/FSampleTrackShared
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual T GetValueAtTimeIndex
(
int32 InTimeIndex, |
Returns the value of this track at a given time index | Tracks/SampleTrack.h | |
StructType GetValueAtTimeIndex
(
int32 InTimeIndex, |
Returns the value of this track at a given time index (overload for instanced structs only) | Tracks/SampleTrack.h | |
StructArrayType GetValueAtTimeIndex
(
int32 InTimeIndex, |
Returns the value of this track at a given time index (overload for instanced struct arrays only) | Tracks/SampleTrack.h |
GetValueAtTimeIndex(int32, FSampleTrackIndex &)
Description
Returns the value of this track at a given time index
| Name | GetValueAtTimeIndex |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Tracks/SampleTrack.h |
| Include Path | #include "Tracks/SampleTrack.h" |
virtual T GetValueAtTimeIndex
(
int32 InTimeIndex,
FSampleTrackIndex & InOutIndex
) const
GetValueAtTimeIndex(int32, FSampleTrackIndex &)
Description
Returns the value of this track at a given time index (overload for instanced structs only)
| Name | GetValueAtTimeIndex |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Tracks/SampleTrack.h |
| Include Path | #include "Tracks/SampleTrack.h" |
template<typename StructType, typename TEnableIf < TIsInstancedStructCompliant < T, StructType >::Value , StructType >::Type *>
StructType GetValueAtTimeIndex
(
int32 InTimeIndex,
FSampleTrackIndex & InOutIndex
) const
GetValueAtTimeIndex(int32, FSampleTrackIndex &)
Description
Returns the value of this track at a given time index (overload for instanced struct arrays only)
| Name | GetValueAtTimeIndex |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Tracks/SampleTrack.h |
| Include Path | #include "Tracks/SampleTrack.h" |
template<typename StructArrayType, typename TEnableIf < TIsInstancedStructArrayCompliant < T, StructArrayType >::Value , StructArrayType >::Type *>
StructArrayType GetValueAtTimeIndex
(
int32 InTimeIndex,
FSampleTrackIndex & InOutIndex
) const