Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
A node which can set a specific metadata attributes.
| Name | UMovieGraphSetMetadataAttributesNode |
| Type | class |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphSetMetadataAttributesNode.h |
| Include Path | #include "Graph/Nodes/MovieGraphSetMetadataAttributesNode.h" |
Syntax
UCLASS (MinimalAPI)
class UMovieGraphSetMetadataAttributesNode : public UMovieGraphSettingNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMovieGraphNode → UMovieGraphSettingNode → UMovieGraphSetMetadataAttributesNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMovieGraphSetMetadataAttributesNode() |
Graph/Nodes/MovieGraphSetMetadataAttributesNode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bOverride_MetadataAttributeCollection | uint8 | Graph/Nodes/MovieGraphSetMetadataAttributesNode.h |
|
|
| MetadataAttributeCollection | TObjectPtr< UMovieGraphMetadataAttributeCollection > | A container of metadata attributes to be added to the file. | Graph/Nodes/MovieGraphSetMetadataAttributesNode.h |
|
Functions
Public
Overridden from UMovieGraphSettingNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GetFormatResolveArgs
(
FMovieGraphResolveArgs& OutMergedFormatArgs, |
This is called either on the CDO, or on a "flattened" instance of the node every frame when generating filename/file metadata, allowing the node to add custom key-value pairs (FString, FString) to be used as {format_tokens} in filenames, or to be included in File metadata. | Graph/Nodes/MovieGraphSetMetadataAttributesNode.h |
Overridden from UMovieGraphNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FSlateIcon GetIconAndTint
(
FLinearColor& OutColor |
Gets the node's icon and icon tint, as visible in the graph. | Graph/Nodes/MovieGraphSetMetadataAttributesNode.h | |
virtual FText GetKeywords() |
Gets the keywords (space-separated) that will be searched in the node creation context menu. | Graph/Nodes/MovieGraphSetMetadataAttributesNode.h | |
virtual FText GetMenuCategory() |
Gets the category that the node belongs under. | Graph/Nodes/MovieGraphSetMetadataAttributesNode.h | |
virtual FText GetNodeTitle
(
const bool bGetDescriptive |
Gets the node's title. | Graph/Nodes/MovieGraphSetMetadataAttributesNode.h | |
virtual FLinearColor GetNodeTitleColor() |
Gets the node's title color, as visible in the graph. | Graph/Nodes/MovieGraphSetMetadataAttributesNode.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Graph/Nodes/MovieGraphSetMetadataAttributesNode.h |