Navigation
API > API/Runtime > API/Runtime/InterchangeCore
References
| Module | InterchangeCore |
| Header | /Engine/Source/Runtime/Interchange/Core/Public/InterchangePipelineBase.h |
| Include | #include "InterchangePipelineBase.h" |
Syntax
USTRUCT (BlueprintType )
struct FInterchangePipelinePropertyStates
Variables
| Type | Name | Description | |
|---|---|---|---|
| FInterchangePipelinePropertyStatePerContext | BasicLayoutStates | The property states for the import context. | |
| bool | bLocked | If true, the property is locked. | |
| bool | bPreDialogReset | If true, the property will be reset to default when loading the import dialog. | |
| FInterchangePipelinePropertyStatePerContext | ImportStates | The property states for the import context | |
| FInterchangePipelinePropertyStatePerContext | ReimportStates | The property states for the reimport context. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Return true if the property is locked. | ||
| bool | Return true if the property is locked. | ||
| bool | IsPropertyVisible
(
const bool bIsReimportContext, |
Return true if the property is visible for the specified context. | |
| bool | Return true if the property is visible for the specified context. | ||
| void | SetPropertyImportVisibility
(
const bool bVisibleValue |
||
| void | SetPropertyLocked
(
const bool bLockValue |
||
| void | SetPropertyPreDialogReset
(
const bool bPreDialogResetValue |
||
| void | SetPropertyReimportVisibility
(
const bool bVisibleValue |
||
| void | SetPropertyShowEssentialsVisibility
(
const bool bVisibleValue |