Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Engine > UVolumeTexture
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Engine/VolumeTexture.h |
Include | #include "Engine/VolumeTexture.h" |
Source | /Engine/Source/Runtime/Engine/Private/VolumeTexture.cpp |
uint32 CalcTextureMemorySize
&40;
int32 MipCount
&41; const
Remarks
Calculates the size of this texture in bytes if it had MipCount miplevels streamed in. Size of MipCount mips in bytes
Parameters
Name | Description |
---|---|
MipCount | Number of mips to calculate size for, counting from the smallest 1x1 mip-level and up. |