Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphNode
Description
Gets the property bag instance that backs the dynamic properties on this node.
Should not be used except for very specific, niche cases where the property bag needs to be accessed/modified directly, like for details customizations. For normal uses, the other dynamic property methods should be used.
| Name | GetMutableDynamicProperties_Unsafe |
| 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 |
FInstancedPropertyBag * GetMutableDynamicProperties_Unsafe() const