Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/FSampleTrackShared
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const T & GetValueAtSampleIndex
(
int32 InSampleIndex |
Returns the value of this track at a given sample index | Tracks/SampleTrack.h | |
StructType GetValueAtSampleIndex
(
int32 InSampleIndex |
Returns the value of this track at a given sample index (overload for instanced structs only) | Tracks/SampleTrack.h | |
TArray< StructType > GetValueAtSampleIndex
(
int32 InSampleIndex |
Returns the value of this track at a given sample index (overload for instanced struct arrays only) | Tracks/SampleTrack.h | |
StructArrayType GetValueAtSampleIndex
(
int32 InSampleIndex |
Returns the value of this track at a given sample index (overload for instanced struct arrays only) | Tracks/SampleTrack.h |
GetValueAtSampleIndex(int32)
Description
Returns the value of this track at a given sample index
| Name | GetValueAtSampleIndex |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Tracks/SampleTrack.h |
| Include Path | #include "Tracks/SampleTrack.h" |
virtual const T & GetValueAtSampleIndex
(
int32 InSampleIndex
) const
GetValueAtSampleIndex(int32)
Description
Returns the value of this track at a given sample index (overload for instanced structs only)
| Name | GetValueAtSampleIndex |
| 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 GetValueAtSampleIndex
(
int32 InSampleIndex
) const
GetValueAtSampleIndex(int32)
Description
Returns the value of this track at a given sample index (overload for instanced struct arrays only)
| Name | GetValueAtSampleIndex |
| 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 < TIsInstancedStructArrayCompliant < T, TArray < StructType > >::Value , StructType >::Type *>
TArray < StructType > GetValueAtSampleIndex
(
int32 InSampleIndex
) const
GetValueAtSampleIndex(int32)
Description
Returns the value of this track at a given sample index (overload for instanced struct arrays only)
| Name | GetValueAtSampleIndex |
| 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 GetValueAtSampleIndex
(
int32 InSampleIndex
) const