Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineEditor > API/Plugins/MovieRenderPipelineEditor/Graph
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UFactory
- UMovieGraphConfigFactory
References
| Module | MovieRenderPipelineEditor |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineEditor/Public/Graph/MovieGraphConfigFactory.h |
| Include | #include "Graph/MovieGraphConfigFactory.h" |
Syntax
UCLASS (BlueprintType)
class UMovieGraphConfigFactory : public UFactory
Variables
| Type | Name | Description | |
|---|---|---|---|
| UMovieGraphConfig * | InitialSubgraphAsset | If set, creates an empty graph with one subgraph node (where the subgraph points to this graph). |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from UFactory
| Type | Name | Description | |
|---|---|---|---|
| UObject * | FactoryCreateNew
(
UClass* Class, |
Create a new object by class. |