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