Navigation
API > API/Editor > API/Editor/MovieSceneTools
| Name | FMovieSceneChannelValueSetter |
| Type | struct |
| Header File | /Engine/Source/Editor/MovieSceneTools/Public/KeyframeTrackEditor.h |
| Include Path | #include "KeyframeTrackEditor.h" |
Syntax
struct FMovieSceneChannelValueSetter
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| KeyframeTrackEditor.h | |||
| KeyframeTrackEditor.h | |||
| KeyframeTrackEditor.h |
Structs
| Name | Remarks |
|---|---|
| FUnpackedChannelValueSetter |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Impl | TInlineValue< IImpl > | KeyframeTrackEditor.h |
Functions
Public
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FMovieSceneChannelValueSetter Create
(
UE::MovieScene::FUnpackedChannelValue&& InValue, |
Templated construction function that can add a key (and potentially also set a default) for the specified channel and value | KeyframeTrackEditor.h | |
static FMovieSceneChannelValueSetter Create
(
int32 ChannelIndex, |
Templated construction function that can add a key (and potentially also set a default) for the specified channel and value | KeyframeTrackEditor.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| KeyframeTrackEditor.h | |||
| KeyframeTrackEditor.h | |||
IImpl * operator-> () |
KeyframeTrackEditor.h | ||
const IImpl * operator-> () |
KeyframeTrackEditor.h |