Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieGraphValueContainer
- UMovieGraphMember
- UMovieGraphInterfaceBase
- UMovieGraphOutput
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphConfig.h |
| Include | #include "Graph/MovieGraphConfig.h" |
Syntax
UCLASS&40;BlueprintType&41;
class UMovieGraphOutput : public UMovieGraphInterfaceBase
Remarks
An output exposed on the graph that will be available for nodes to connect to.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnMovieGraphOutputChanged | OnMovieGraphOutputChangedDelegate |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from UMovieGraphMember
| Type | Name | Description | |
|---|---|---|---|
| bool | Determines if this member can be renamed to the specified name. | ||
| bool | IsDeletable () |
Determines if this member can be deleted. | |
| bool | SetMemberName
(
const FString& InNewName |
Sets the name of this member. Returns true if the rename was successful, else false. |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally |