Navigation
API > API/Developer > API/Developer/MeshMergeUtilities > API/Developer/MeshMergeUtilities/IMeshMergeUtilities > API/Developer/MeshMergeUtilities/IMeshMergeUtilities/CreateProxyMesh
References
Module | MeshMergeUtilities |
Header | /Engine/Source/Developer/MeshMergeUtilities/Public/IMeshMergeUtilities.h |
Include | #include "IMeshMergeUtilities.h" |
void CreateProxyMesh
&40;
const TArray< UStaticMeshComponent &42; > & InComponents,
const struct FMeshProxySettings & InMeshProxySettings,
UPackage &42; InOuter,
const FString & InProxyBasePackageName,
const FGuid InGuid,
const FCreateProxyDelegate & InProxyCreatedDelegate,
const bool bAllowAsync,
const float ScreenSize
&41; const
Remarks
Merges list of static meshes into single proxy mesh
Parameters
Name | Description |
---|---|
InComponents | List of meshes to merge |
InProxySettings | Merge settings |
InOuter | Package for a generated assets, if NULL new packages will be created for each asset |
ProxyBasePackageName | Will be used for naming generated assets, in case InOuter is not specified ProxyBasePackageName will be used as long package name for creating new packages |
OutAssetsToSync | Result assets - mesh, material |