Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphApplyCVarPresetNode
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.
Virtual Inheritance
- UMovieGraphNode::GetDynamicPropertyValue → UMovieGraphApplyCVarPresetNode::GetDynamicPropertyValue
| Name | GetDynamicPropertyValue |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphApplyCVarPresetNode.h |
| Include Path | #include "Graph/Nodes/MovieGraphApplyCVarPresetNode.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/Graph/Nodes/MovieGraphApplyCVarPresetNode.cpp |
virtual bool GetDynamicPropertyValue
(
const FName PropertyName,
FString & OutValue
)