Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Rendering
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/Rendering/NaniteResources.h |
Include | #include "Rendering/NaniteResources.h" |
Syntax
struct FResources
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FIoHash | DDCKeyHash | |
![]() |
FIoHash | DDCRawHash | |
![]() |
TArray< FPackedHierarchyNode > | HierarchyNodes | |
![]() |
uint32 | HierarchyOffset | |
![]() |
TArray< uint32 > | HierarchyRootOffsets | |
![]() |
TArray< uint16 > | ImposterAtlas | |
![]() |
int32 | ImposterIndex | |
![]() |
int32 | NormalPrecision | |
![]() |
uint32 | NumClusters | |
![]() |
uint32 | NumHierarchyNodes | |
![]() |
uint16 | NumInputMeshes | |
![]() |
uint16 | NumInputTexCoords | |
![]() |
uint32 | NumInputTriangles | |
![]() |
uint32 | NumInputVertices | |
![]() |
uint32 | NumResidentClusters | |
![]() |
uint32 | NumRootPages | |
![]() |
TArray< uint32 > | PageDependencies | |
![]() |
TArray< FPageStreamingState > | PageStreamingStates | |
![]() |
uint32 | PersistentHash | |
![]() |
int32 | PositionPrecision | |
![]() |
uint32 | ResourceFlags | |
![]() |
FString | ResourceName | |
![]() |
TArray< uint8 > | RootData | Persistent State. |
![]() |
int32 | RootPageIndex | |
![]() |
uint32 | RuntimeResourceID | Runtime State. |
![]() |
FByteBulkData | StreamablePages | |
![]() |
int32 | TangentPrecision |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | DropBulkData () |
|
![]() ![]() |
void | GetResourceSizeEx
(
FResourceSizeEx& CumulativeResourceSize |
|
![]() ![]() |
bool | ||
![]() |
void | InitResources
(
const UObject* Owner |
|
![]() ![]() |
bool | IsRootPage
(
uint32 PageIndex |
|
![]() |
bool | RebuildBulkDataFromCacheAsync
(
const UObject* Owner, |
Requests (or polls) an async operation that rebuilds the streaming bulk data from the cache. |
![]() |
bool | ||
![]() |
void |
Enums
Type | Name | Description | |
---|---|---|---|
![]() |
EDDCRebuildState |
Deprecated Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | RebuildBulkDataFromDDC
(
const UObject* Owner |
Use RebuildBulkDataFromCacheAsync instead. |