Navigation
API > API/Runtime > API/Runtime/MovieScene
| |
|
| Name |
TIndexedChannelValue |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneUnpackedChannelValues.h |
| Include Path |
#include "Channels/MovieSceneUnpackedChannelValues.h" |
Syntax
template<typename ChannelType>
struct TIndexedChannelValue : public UE::MovieScene::TChannelValue< ChannelType >
Implements Interfaces
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
TIndexedChannelValue
(
U&& InValue,
int32 InChannelIndex
)
|
|
Channels/MovieSceneUnpackedChannelValues.h |
|
Variables
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| ChannelIndex |
int32 |
|
Channels/MovieSceneUnpackedChannelValues.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Retrieve the channel pointer that this value relates to |
Channels/MovieSceneUnpackedChannelValues.h |
|