Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphNode
Description
Gets the value of the dynamic property with the specified name. Provides the serialized value of the property in "OutValue". Returns true if "OutValue" was set and there were no errors, else returns false.
Derived Overrides
- UMovieGraphApplyCVarPresetNode::GetDynamicPropertyValue
- UMovieGraphMaterialParameterCollectionModifierNode::GetDynamicPropertyValue
| Name | GetDynamicPropertyValue |
| 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 |
virtual bool GetDynamicPropertyValue
(
const FName PropertyName,
FString & OutValue
)