Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
| Name | UMovieGraphMember |
| Type | class |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphConfig.h |
| Include Path | #include "Graph/MovieGraphConfig.h" |
Syntax
UCLASS (Abstract)
class UMovieGraphMember : public UMovieGraphValueContainer
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMovieGraphValueContainer → UMovieGraphMember
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMovieGraphMember() |
Graph/MovieGraphConfig.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Description | FString | The optional description of this member, which is user-facing. | Graph/MovieGraphConfig.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Determines if this member can be renamed to the specified name. | Graph/MovieGraphConfig.h |
|
|
const FGuid & GetGuid() |
Gets the GUID that uniquely identifies this member. | Graph/MovieGraphConfig.h |
|
FString GetMemberName() |
Gets the name of this member. | Graph/MovieGraphConfig.h |
|
UMovieGraphConfig * GetOwningGraph() |
Gets the graph that owns this member, or nullptr if one was not found. | Graph/MovieGraphConfig.h | |
virtual bool IsDeletable() |
Determines if this member can be deleted. | Graph/MovieGraphConfig.h |
|
virtual bool IsEditable() |
Gets whether this member is editable via the UI. | Graph/MovieGraphConfig.h |
|
void SetGuid
(
const FGuid& InGuid |
Sets the GUID that uniquely identifies this member. | Graph/MovieGraphConfig.h | |
virtual bool SetMemberName
(
const FString& InNewName |
Sets the name of this member. Returns true if the rename was successful, else false. | Graph/MovieGraphConfig.h |
|
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Determines if InName is a unique name within the members in MemberArray. | Graph/MovieGraphConfig.h |