Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
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.
| Name | UMovieGraphGlobalVariable |
| Type | class |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphConfig.h |
| Include Path | #include "Graph/MovieGraphConfig.h" |
Syntax
UCLASS (Abstract)
class UMovieGraphGlobalVariable : public UMovieGraphVariable
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMovieGraphValueContainer → UMovieGraphMember → UMovieGraphVariable → UMovieGraphGlobalVariable
Derived Classes
- UMovieGraphGlobalVariable_CameraName
- UMovieGraphGlobalVariable_FrameNumber
- UMovieGraphGlobalVariable_SequenceName
- UMovieGraphGlobalVariable_ShotName
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMovieGraphGlobalVariable() |
Graph/MovieGraphConfig.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void UpdateValue
(
const FMovieGraphTraversalContext* InTraversalContext, |
Update the internal value of the global variable. | Graph/MovieGraphConfig.h |
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 |