Navigation
Unreal Engine C++ API Reference > 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 |
---|---|---|
UMaterialInterf... | BaseMaterial | Base material to instance for the proxy material |
FCreateProxyDel... | CallbackDelegate | Callback delegate object used as a callback when the job finishes |
TArray< const U... | ImposterComponents | List of Components containing imposter LODs |
UPackage * | InOuter | Outer object to store/save UObjects |
FMeshProxySetti... | InProxySettings | Merge/Proxy settings structure |
FString | ProxyBasePackageName | Base package name for the proxy mesh UObjects |
TArray< UStatic... | StaticMeshComponents | List of Components incorporated into the Proxy Mesh |