Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphFixedValueView
Description
The fixed view doesn't allow for adding/removing properties. Deleting these methods isn't foolproof, since a user could cast to the base class and call these methods there. However, these methods also have internal logic that cue off bAllowPropertyAddRemove to prevent these methods from performing any work.
| Name | AddProperty |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphValueView.h |
| Include Path | #include "Graph/MovieGraphValueView.h" |
bool AddProperty
(
const FName & InPropertyName,
const EMovieGraphValueType ValueType,
UObject * InValueTypeObject,
const TMap < FName , FString > & InMetadata
)