Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphNode
Description
Sets the value of the dynamic property with the specified name. Note that the provided value must be the serialized representation of the value. Returns true upon success, else false.
| Name | SetDynamicPropertyValue |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphNode.h |
| Include Path | #include "Graph/MovieGraphNode.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/Graph/MovieGraphNode.cpp |
bool SetDynamicPropertyValue
(
const FName PropertyName,
const FString & InNewValue
)