Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphApplyCVarPresetNode
Description
Gets the descriptions of properties which can be dynamically added to the node. These types of properties do not correspond to a UPROPERTY defined on the node itself.
Virtual Inheritance
- UMovieGraphNode::GetDynamicPropertyDescriptions → UMovieGraphApplyCVarPresetNode::GetDynamicPropertyDescriptions
| Name | GetDynamicPropertyDescriptions |
| 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 TArray < FPropertyBagPropertyDesc > GetDynamicPropertyDescriptions() const