Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/VT
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/VT/VirtualTexturePoolConfig.h |
| Include | #include "VT/VirtualTexturePoolConfig.h" |
Syntax
struct VirtualTexturePool
Remarks
Namespace container for static helper functions.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddOrModifyTransientPoolConfigs_RenderThread
(
TArray< FVirtualTextureSpacePoolConfig >& InConfigs |
Add pool configs. | |
| void | FindPoolConfig
(
TEnumAsByte< EPixelFormat > const* InFormats, |
Find a matching pool config. | |
| uint32 | Get a hash of all settings that affect virtual texture physical pool creation. | ||
| bool | Get if the virtual texture physical pools should auto grow on oversubscription. | ||
| float | Get the scalability setting for scaling virtual texture physical pool sizes. | ||
| int32 | Get the scalability setting whether we can create multiple physical pools for the same format. |