Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
An input exposed on the graph that will be available for nodes to connect to.
| Name | UMovieGraphInput |
| Type | class |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphConfig.h |
| Include Path | #include "Graph/MovieGraphConfig.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UMovieGraphInput : public UMovieGraphInterfaceBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMovieGraphValueContainer → UMovieGraphMember → UMovieGraphInterfaceBase → UMovieGraphInput
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMovieGraphInput() |
Graph/MovieGraphConfig.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnMovieGraphInputChangedDelegate | FOnMovieGraphInputChanged | Graph/MovieGraphConfig.h |
Functions
Public
Overridden from UMovieGraphMember
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Determines if this member can be renamed to the specified name. | Graph/MovieGraphConfig.h | ||
virtual bool IsDeletable() |
Determines if this member can be deleted. | Graph/MovieGraphConfig.h | |
virtual bool SetMemberName
(
const FString& InNewName |
Sets the name of this member. Returns true if the rename was successful, else false. | Graph/MovieGraphConfig.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Graph/MovieGraphConfig.h |