Navigation
API > API/Plugins > API/Plugins/InterchangePipelines > API/Plugins/InterchangePipelines/UMaterialXPipelineSettings
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString GetAssetPathString
(
EInterchangeMaterialXSettings EnumType |
InterchangeMaterialXPipeline.h | ||
FString GetAssetPathString
(
EnumT EnumValue |
InterchangeMaterialXPipeline.h |
GetAssetPathString(EInterchangeMaterialXSettings)
| Name | GetAssetPathString |
| Type | function |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Pipelines/Public/InterchangeMaterialXPipeline.h |
| Include Path | #include "InterchangeMaterialXPipeline.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/Pipelines/Private/InterchangeMaterialXPipeline.cpp |
FString GetAssetPathString
(
EInterchangeMaterialXSettings EnumType
) const
GetAssetPathString(EnumT)
| Name | GetAssetPathString |
| Type | function |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Pipelines/Public/InterchangeMaterialXPipeline.h |
| Include Path | #include "InterchangeMaterialXPipeline.h" |
template<typename EnumT>
FString GetAssetPathString
(
EnumT EnumValue
) const