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
&40;
const TArray< const UClass &42; > & Classes,
const UStruct &42; Struct
&41;
Remarks
This function return true if all UPROPERTYs of the exist in the provided . 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 |