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&40;BlueprintType&41;
class UMovieGraphConfigFactory : public UFactory
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from UFactory
| Type | Name | Description | |
|---|---|---|---|
| UObject * | FactoryCreateNew
(
UClass* InClass, |
Create a new object by class. | |
| bool | Returns true if this factory should be shown in the New Asset menu (by default calls CanCreateNew). |