Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UVirtualTexturePoolConfig
Description
Add a transient config. If there is already a matching config, then this will just copy the SizeInMegabyte setting to the existing config. Returns false if no change is made.
| Name | AddOrModifyTransientPoolConfig |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/VT/VirtualTexturePoolConfig.h |
| Include Path | #include "VT/VirtualTexturePoolConfig.h" |
| Source | /Engine/Source/Runtime/Engine/Private/VT/VirtualTexturePoolConfig.cpp |
bool AddOrModifyTransientPoolConfig
(
FVirtualTextureSpacePoolConfig const & InConfig
)