Navigation
API > API/Runtime > API/Runtime/GeometryCollectionEngine
| |
|
| Name |
FGeometryCollectionRenderResourceSizeInfo |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Experimental/GeometryCollectionEngine/Public/GeometryCollection/GeometryCollectionObject.h |
| Include Path |
#include "GeometryCollection/GeometryCollectionObject.h" |
Syntax
USTRUCT ()
struct FGeometryCollectionRenderResourceSizeInfo
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| MeshResourcesSize |
uint64 |
Total size of the arrays for the MeshResources. |
GeometryCollection/GeometryCollectionObject.h |
|
| NaniteResourcesSize |
uint64 |
Total size of the arrays for the NaniteResources. |
GeometryCollection/GeometryCollectionObject.h |
|