Navigation
API > API/Plugins > API/Plugins/InterchangePipelines > API/Plugins/InterchangePipelines/UInterchangeGenericMeshPipeline
References
| Module | InterchangePipelines |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Pipelines/Public/InterchangeGenericMeshPipeline.h |
| Include | #include "InterchangeGenericMeshPipeline.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/Pipelines/Private/InterchangeGenericMeshPipeline.cpp |
static bool DoClassesIncludeAllEditableStructProperties
(
const TArray < const UClass * > & Classes,
const UStruct * Struct
)
Remarks
This function return true if all UPROPERTYs of the @Struct exist in the provided @Classes. @Struct UPROPERTY tested must be: not transient, editable
Parameters
| Name | Description |
|---|---|
| Classes | The array of UClass that should contains the Struct properties |
| Struct | The struct that has the referenced properties |