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