Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieGraphValueContainer
- UMovieGraphMember
- UMovieGraphVariable
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 UMovieGraphVariable : public UMovieGraphMember
Remarks
A variable that can be used inside the graph. Most variables are created by the user, and can have their value changed at the job level. Global variables, however, are not user-created and their values are provided when the graph is evaluated. Overriding them at the job level is not possible.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnMovieGraphVariableChanged | OnMovieGraphVariableChangedDelegate |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsGlobal () |
Returns true if this variable is a global variable. |
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 |