Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphNode
Description
Gets all overrideable properties that are defined on the node. This includes UPROPERTY-defined properties, as well as dynamic properties. "Overrideable" means that the property has a corresponding property prefixed with "bOverride_".
| Name | GetAllOverrideableProperties |
| 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 |
TArray < const FProperty * > GetAllOverrideableProperties() const