Navigation
API > API/Developer > API/Developer/MeshReductionInterface
References
| Module | MeshReductionInterface |
| Header | /Engine/Source/Developer/MeshReductionInterface/Public/IMeshReductionInterfaces.h |
| Include | #include "IMeshReductionInterfaces.h" |
Syntax
struct FMergeCompleteData
Remarks
Data used for passing back the data resulting from a completed mesh merging operation
Variables
| Type | Name | Description | |
|---|---|---|---|
| UMaterialInterface * | BaseMaterial | Base material to instance for the proxy material | |
| FCreateProxyDelegate | CallbackDelegate | Callback delegate object used as a callback when the job finishes | |
| TArray< const UStaticMeshComponent * > | ImposterComponents | List of Components containing imposter LODs | |
| UPackage * | InOuter | Outer object to store/save UObjects | |
| FMeshProxySettings | InProxySettings | Merge/Proxy settings structure | |
| FString | ProxyBasePackageName | Base package name for the proxy mesh UObjects | |
| TArray< UStaticMeshComponent * > | StaticMeshComponents | List of Components incorporated into the Proxy Mesh |