Navigation
API > API/Runtime > API/Runtime/InterchangeCore
References
| Module | InterchangeCore |
| Header | /Engine/Source/Runtime/Interchange/Core/Public/InterchangePipelineBase.h |
| Include | #include "InterchangePipelineBase.h" |
Syntax
struct FInterchangePipelinePropertyStates
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bLocked | If true, the property is locked. | |
| 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 | IsPropertyVisible
(
const bool bIsReimportContext |
Return true if the property is visible for the specified context. | |
| void | SetPropertyLocked
(
const bool bLockValue |
||
| void | SetPropertyVisible
(
const bool bIsReimportContext, |