Navigation
API > API/Plugins > API/Plugins/InterchangePipelines
| Name | UInterchangeGLTFPipeline |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Pipelines/Public/InterchangeglTFPipeline.h |
| Include Path | #include "InterchangeglTFPipeline.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UInterchangeGLTFPipeline : public UInterchangePipelineBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterchangePipelineBase → UInterchangeGLTFPipeline
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UInterchangeGLTFPipeline() |
InterchangeglTFPipeline.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| GLTFPipelineSettings | TObjectPtr< UGLTFPipelineSettings > | InterchangeglTFPipeline.h | ||
| PipelineDisplayName | FString | The name of the pipeline that will be display in the import dialog. | InterchangeglTFPipeline.h |
|
Functions
Protected
Overridden from UInterchangePipelineBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AdjustSettingsForContext
(
const FInterchangePipelineContextParams& ContextParams |
InterchangeglTFPipeline.h | ||
virtual bool CanExecuteOnAnyThread
(
EInterchangePipelineTask PipelineTask |
InterchangeglTFPipeline.h | ||
virtual void ExecutePipeline
(
UInterchangeBaseNodeContainer* BaseNodeContainer, |
InterchangeglTFPipeline.h |