Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphValueView
Description
Adds a new property to the container. If a property by the given name already exists, no add operation will occur. Returns true on successful add, otherwise returns false.
| Name | AddProperty |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphValueView.h |
| Include Path | #include "Graph/MovieGraphValueView.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphValueView.cpp |
UFUNCTION (BlueprintCallable, Category="Properties")
bool AddProperty
(
const FName & InPropertyName,
const EMovieGraphValueType ValueType,
UObject * InValueTypeObject,
const TMap < FName , FString > & InMetadata
)