Navigation
API > API/Plugins > API/Plugins/InterchangeAxF
| Name | UAxFInterchangePipeline |
| Type | class |
| Header File | /Engine/Plugins/Experimental/InterchangeAxF/Runtime/Source/InterchangeAxF/Public/AxFInterchangePipeline.h |
| Include Path | #include "AxFInterchangePipeline.h" |
Syntax
UCLASS (BlueprintType)
class UAxFInterchangePipeline : public UInterchangePipelineBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterchangePipelineBase → UAxFInterchangePipeline
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UAxFInterchangePipeline() |
AxFInterchangePipeline.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BlueprintReadWrite | AxFInterchangePipeline.h |
|
||
| bUseTriplanarMappingByDefault | bool | AxFInterchangePipeline.h |
|
|
| Category | AxFInterchangePipeline.h |
|
||
| EditAnywhere | Set the reimport strategy. | AxFInterchangePipeline.h |
|
|
| meta | AxFInterchangePipeline.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AxFObjectNodes | TArray< TObjectPtr< UAxFMaterialObjectNode > > | AxFInterchangePipeline.h |
|
|
| SpecularProfile | TObjectPtr< USpecularProfile > | Specular profile handling. | AxFInterchangePipeline.h | |
| Texture2DFactoryNodes | TArray< TObjectPtr< UInterchangeTexture2DFactoryNode > > | Texture handling. | AxFInterchangePipeline.h |
|
| TexturePipeline | TObjectPtr< UInterchangeGenericTexturePipeline > | Generic texture pipeline to be used to create the necessary texture assets the materials use. | AxFInterchangePipeline.h | |
| TexturesMap | TMap< FString, FAxFTextureMap > | AxFInterchangePipeline.h |
Functions
Public
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CreateSpecularProfileFactoryNode
(
const UInterchangeSpecularProfileNode* SpecularProfileNode, |
NOTE: This is a copied and modified version of UInterchangeGenericMaterialPipeline::CreateSpecularProfileFactoryNode(). | AxFInterchangePipeline.h |
Protected Virtual
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AdjustSettingsForContext
(
FInterchangePipelineContextParams const& ContextParams |
AxFInterchangePipeline.h | ||
| AxFInterchangePipeline.h | |||
virtual void ExecutePostFactoryPipeline
(
UInterchangeBaseNodeContainer const* BaseNodeContainer, |
AxFInterchangePipeline.h | ||
virtual void ExecutePostImportPipeline
(
UInterchangeBaseNodeContainer const* BaseNodeContainer, |
AxFInterchangePipeline.h | ||
virtual void FilterPropertiesFromTranslatedData
(
UInterchangeBaseNodeContainer* InBaseNodeContainer |
AxFInterchangePipeline.h | ||
virtual void GetSupportAssetClasses
(
TArray< UClass* >& PipelineSupportAssetClasses |
AxFInterchangePipeline.h | ||
| AxFInterchangePipeline.h | |||
virtual void PreDialogCleanup
(
FName const PipelineStackName |
AxFInterchangePipeline.h |