Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph
Inheritance Hierarchy
- UObject
- UMovieGraphValueContainer
- UMovieGraphMember
- UMovieGraphVariable
- UMovieGraphGlobalVariable
- UMovieGraphGlobalVariable_CameraName
- UMovieGraphGlobalVariable_FrameNumber
- UMovieGraphGlobalVariable_SequenceName
- UMovieGraphGlobalVariable_ShotName
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphConfig.h |
| Include | #include "Graph/MovieGraphConfig.h" |
Syntax
UCLASS (Abstract)
class UMovieGraphGlobalVariable : public UMovieGraphVariable
Remarks
Similar to normal UMovieGraphVariable instances. However, their values are provided by the graph, they cannot be edited/deleted, and they cannot be overridden at the job level.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | UpdateValue
(
const FMovieGraphTraversalContext* InTraversalContext, |
Update the internal value of the global variable. |
Overridden from UMovieGraphMember
| Type | Name | Description | |
|---|---|---|---|
| bool | CanRename
(
const FText& InNewName, |
Determines if this member can be renamed to the specified name. | |
| bool | IsDeletable () |
Determines if this member can be deleted. |