![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "CoreMinimal.h"#include "Components/PrimitiveComponent.h"#include "Interfaces/Interface_CollisionDataProvider.h"#include "PackedNormal.h"#include "MRMeshBufferDefines.h"#include "MRMeshComponent.generated.h"Go to the source code of this file.
Classes | |
| class | IMRMesh |
| struct | IMRMesh::FBrickDataReceipt |
| struct | IMRMesh::FSendBrickDataArgs |
| class | UMRMeshBodyHolder |
Functions | |
| DECLARE_STATS_GROUP (TEXT("MRMesh"), STATGROUP_MRMESH, STATCAT_Advanced) | |
| DEFINE_LOG_CATEGORY_STATIC (LogMrMesh, Warning, All) | |
| DECLARE_MULTICAST_DELEGATE_TwoParams (FOnMRMeshBrickDataUpdatedDelegate, const UMRMeshComponent *, const IMRMesh::FSendBrickDataArgs &) | |
| DECLARE_MULTICAST_DELEGATE_TwoParams | ( | FOnMRMeshBrickDataUpdatedDelegate | , |
| const UMRMeshComponent * | , | ||
| const IMRMesh::FSendBrickDataArgs & | |||
| ) |
| DECLARE_STATS_GROUP | ( | TEXT("MRMesh") | , |
| STATGROUP_MRMESH | , | ||
| STATCAT_Advanced | |||
| ) |