Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieGraphValueContainer
- UMovieGraphMember
- UMovieGraphInterfaceBase
- UMovieGraphInput
- UMovieGraphOutput
- UMovieGraphVariable
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphConfig.h |
| Include | #include "Graph/MovieGraphConfig.h" |
Syntax
UCLASS&40;Abstract&41;
class UMovieGraphMember : public UMovieGraphValueContainer
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsEditable | Note: This is a bool flag rather than a method (eg, IsEditable()) for now in order to allow it to drive the EditCondition metadata on properties. | |
| FString | Description | The optional description of this member, which is user-facing. | |
| FGuid | Guid | A GUID that uniquely identifies this member within its graph. | |
| FString | Name | The name of this member, which is user-facing. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Determines if this member can be renamed to the specified name. | ||
| const FGuid & | GetGuid () |
Gets the GUID that uniquely identifies this member. | |
| FString | Gets the name of this member. | ||
| UMovieGraphConfig * | Gets the graph that owns this member, or nullptr if one was not found. | ||
| bool | IsDeletable () |
Determines if this member can be deleted. | |
| bool | IsEditable () |
Gets whether this member is editable via the UI. | |
| bool | IsUniqueNameInMemberArray
(
const FText& InName, |
Determines if InName is a unique name within the members in MemberArray. | |
| void | Sets the GUID that uniquely identifies this member. | ||
| bool | SetMemberName
(
const FString& InNewName |
Sets the name of this member. Returns true if the rename was successful, else false. |