Navigation
API > API/Editor > API/Editor/MovieSceneTools
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CanCreateKeyEditor
(
const FMovieSceneBoolChannel* Channel |
Key editor overrides | Channels/BuiltInChannelEditors.h | |
bool CanCreateKeyEditor
(
const FMovieSceneByteChannel* Channel |
Channels/BuiltInChannelEditors.h | ||
bool CanCreateKeyEditor
(
const FMovieSceneIntegerChannel* Channel |
Channels/BuiltInChannelEditors.h | ||
bool CanCreateKeyEditor
(
const FMovieSceneDoubleChannel* Channel |
Channels/BuiltInChannelEditors.h | ||
bool CanCreateKeyEditor
(
const FMovieSceneFloatChannel* Channel |
Channels/BuiltInChannelEditors.h | ||
bool CanCreateKeyEditor
(
const FMovieSceneStringChannel* Channel |
Channels/BuiltInChannelEditors.h | ||
bool CanCreateKeyEditor
(
const FMovieSceneTextChannel* Channel |
Channels/BuiltInChannelEditors.h | ||
bool CanCreateKeyEditor
(
const FMovieSceneObjectPathChannel* Channel |
Channels/BuiltInChannelEditors.h | ||
bool CanCreateKeyEditor
(
const FMovieSceneActorReferenceData* Channel |
Channels/BuiltInChannelEditors.h |
CanCreateKeyEditor(const FMovieSceneBoolChannel *)
Description
Key editor overrides
| Name | CanCreateKeyEditor |
| Type | function |
| Header File | /Engine/Source/Editor/MovieSceneTools/Public/Channels/BuiltInChannelEditors.h |
| Include Path | #include "Channels/BuiltInChannelEditors.h" |
| Source | /Engine/Source/Editor/MovieSceneTools/Private/Channels/BuiltInChannelEditors.cpp |
bool CanCreateKeyEditor
(
const FMovieSceneBoolChannel * Channel
)
CanCreateKeyEditor(const FMovieSceneByteChannel *)
| Name | CanCreateKeyEditor |
| Type | function |
| Header File | /Engine/Source/Editor/MovieSceneTools/Public/Channels/BuiltInChannelEditors.h |
| Include Path | #include "Channels/BuiltInChannelEditors.h" |
| Source | /Engine/Source/Editor/MovieSceneTools/Private/Channels/BuiltInChannelEditors.cpp |
bool CanCreateKeyEditor
(
const FMovieSceneByteChannel * Channel
)
CanCreateKeyEditor(const FMovieSceneIntegerChannel *)
| Name | CanCreateKeyEditor |
| Type | function |
| Header File | /Engine/Source/Editor/MovieSceneTools/Public/Channels/BuiltInChannelEditors.h |
| Include Path | #include "Channels/BuiltInChannelEditors.h" |
| Source | /Engine/Source/Editor/MovieSceneTools/Private/Channels/BuiltInChannelEditors.cpp |
bool CanCreateKeyEditor
(
const FMovieSceneIntegerChannel * Channel
)
CanCreateKeyEditor(const FMovieSceneDoubleChannel *)
| Name | CanCreateKeyEditor |
| Type | function |
| Header File | /Engine/Source/Editor/MovieSceneTools/Public/Channels/BuiltInChannelEditors.h |
| Include Path | #include "Channels/BuiltInChannelEditors.h" |
| Source | /Engine/Source/Editor/MovieSceneTools/Private/Channels/BuiltInChannelEditors.cpp |
bool CanCreateKeyEditor
(
const FMovieSceneDoubleChannel * Channel
)
CanCreateKeyEditor(const FMovieSceneFloatChannel *)
| Name | CanCreateKeyEditor |
| Type | function |
| Header File | /Engine/Source/Editor/MovieSceneTools/Public/Channels/BuiltInChannelEditors.h |
| Include Path | #include "Channels/BuiltInChannelEditors.h" |
| Source | /Engine/Source/Editor/MovieSceneTools/Private/Channels/BuiltInChannelEditors.cpp |
bool CanCreateKeyEditor
(
const FMovieSceneFloatChannel * Channel
)
CanCreateKeyEditor(const FMovieSceneStringChannel *)
| Name | CanCreateKeyEditor |
| Type | function |
| Header File | /Engine/Source/Editor/MovieSceneTools/Public/Channels/BuiltInChannelEditors.h |
| Include Path | #include "Channels/BuiltInChannelEditors.h" |
| Source | /Engine/Source/Editor/MovieSceneTools/Private/Channels/BuiltInChannelEditors.cpp |
bool CanCreateKeyEditor
(
const FMovieSceneStringChannel * Channel
)
CanCreateKeyEditor(const FMovieSceneTextChannel *)
| Name | CanCreateKeyEditor |
| Type | function |
| Header File | /Engine/Source/Editor/MovieSceneTools/Public/Channels/BuiltInChannelEditors.h |
| Include Path | #include "Channels/BuiltInChannelEditors.h" |
| Source | /Engine/Source/Editor/MovieSceneTools/Private/Channels/BuiltInChannelEditors.cpp |
bool CanCreateKeyEditor
(
const FMovieSceneTextChannel * Channel
)
CanCreateKeyEditor(const FMovieSceneObjectPathChannel *)
| Name | CanCreateKeyEditor |
| Type | function |
| Header File | /Engine/Source/Editor/MovieSceneTools/Public/Channels/BuiltInChannelEditors.h |
| Include Path | #include "Channels/BuiltInChannelEditors.h" |
| Source | /Engine/Source/Editor/MovieSceneTools/Private/Channels/BuiltInChannelEditors.cpp |
bool CanCreateKeyEditor
(
const FMovieSceneObjectPathChannel * Channel
)
CanCreateKeyEditor(const FMovieSceneActorReferenceData *)
| Name | CanCreateKeyEditor |
| Type | function |
| Header File | /Engine/Source/Editor/MovieSceneTools/Public/Channels/BuiltInChannelEditors.h |
| Include Path | #include "Channels/BuiltInChannelEditors.h" |
| Source | /Engine/Source/Editor/MovieSceneTools/Private/Channels/BuiltInChannelEditors.cpp |
bool CanCreateKeyEditor
(
const FMovieSceneActorReferenceData * Channel
)