Navigation
API > API/Editor > API/Editor/MovieSceneTools
| Name | FPerlinNoiseChannelSectionMenuExtension |
| Type | struct |
| Header File | /Engine/Source/Editor/MovieSceneTools/Public/Channels/PerlinNoiseChannelInterface.h |
| Include Path | #include "Channels/PerlinNoiseChannelInterface.h" |
Syntax
struct FPerlinNoiseChannelSectionMenuExtension :
public TSharedFromThis< FPerlinNoiseChannelSectionMenuExtension > ,
public ISidebarChannelExtension
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FPerlinNoiseChannelSectionMenuExtension
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPerlinNoiseChannelSectionMenuExtension
(
TArrayView< const FMovieSceneChannelHandle > InChannelHandles, |
Channels/PerlinNoiseChannelInterface.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FPerlinNoiseChannelSectionMenuExtension() |
Channels/PerlinNoiseChannelInterface.h |
Structs
| Name | Remarks |
|---|---|
| FChannelNotifyHook |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ChannelHandles | TArray< FMovieSceneChannelHandle > | Channels/PerlinNoiseChannelInterface.h | ||
| ChannelHandleSectionIndexes | TArray< int32 > | Channels/PerlinNoiseChannelInterface.h | ||
| NotifyHooks | TArray< FChannelNotifyHook > | Channels/PerlinNoiseChannelInterface.h | ||
| WeakSections | TArray< TWeakObjectPtr< UMovieSceneSection > > | Channels/PerlinNoiseChannelInterface.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedPtr< ISidebarChannelExtension > ExtendMenu
(
FMenuBuilder& MenuBuilder, |
Channels/PerlinNoiseChannelInterface.h |