Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphNode
Description
Gets the properties on this node that should be hidden by the base UMovieGraphNode customization. The FName in the pair is the property name, and the UClass* is the class that the property is defined on (may be a base class).
Note that other customizations can easily override this behavior, but it's useful in cases where (for example) an inherited property should be hidden, and there aren't any other customizations needed.
| Name | GetHiddenProperties |
| 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 TArray < TPair< FName , UClass * > > GetHiddenProperties() const