Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
Common base class for input/output members on the graph.
| Name | UMovieGraphInterfaceBase |
| Type | class |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphConfig.h |
| Include Path | #include "Graph/MovieGraphConfig.h" |
Syntax
UCLASS (MinimalAPI, Abstract)
class UMovieGraphInterfaceBase : public UMovieGraphMember
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMovieGraphValueContainer → UMovieGraphMember → UMovieGraphInterfaceBase
Derived Classes
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsBranch | bool | Whether this interface member represents a branch. | Graph/MovieGraphConfig.h |
|