Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
Represents a property that should be added to a property bag via UMovieGraphValueView.
| Name | FMovieGraphValueViewProperty |
| Type | struct |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphValueView.h |
| Include Path | #include "Graph/MovieGraphValueView.h" |
Syntax
USTRUCT (BlueprintType )
struct FMovieGraphValueViewProperty
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Graph/MovieGraphValueView.h | |||
FMovieGraphValueViewProperty
(
const FName& InPropertyName, |
Graph/MovieGraphValueView.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Metadata | TMap< FName, FString > | Metadata to apply to the property. | Graph/MovieGraphValueView.h |
|
| PropertyName | FName | The name of the property as it will appear in the property bag. | Graph/MovieGraphValueView.h |
|
| ValueType | EMovieGraphValueType | The type of value the property holds. | Graph/MovieGraphValueView.h |
|
| ValueTypeObject | TObjectPtr< UObject > | The value type object for object, struct, and enum-typed properties (nullptr for other types). | Graph/MovieGraphValueView.h |
|