Navigation
API > API/Runtime > API/Runtime/RenderCore
Identifies a VT tile within a given producer
| Name | FVirtualTextureLocalTile |
| Type | union |
| Header File | /Engine/Source/Runtime/RenderCore/Public/VirtualTexturing.h |
| Include Path | #include "VirtualTexturing.h" |
Syntax
union FVirtualTextureLocalTile
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| VirtualTexturing.h | |||
FVirtualTextureLocalTile
(
uint64 InPackedValue |
VirtualTexturing.h | ||
FVirtualTextureLocalTile
(
const FVirtualTextureProducerHandle& InProducerHandle, |
VirtualTexturing.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FVirtualTextureLocalTile | FVirtualTextureLocalTile | VirtualTexturing.h | ||
| Local_vAddress | uint32 | VirtualTexturing.h | ||
| Local_vLevel | uint32 | VirtualTexturing.h | ||
| PackedProducerHandle | uint32 | Core "identity" data that identify a given tile. | VirtualTexturing.h | |
| PackedValue | uint64 | VirtualTexturing.h | ||
| Pad | uint32 | VirtualTexturing.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint16 GetMurmurHash() |
VirtualTexturing.h | ||
FVirtualTextureProducerHandle GetProducerHandle() |
VirtualTexturing.h |