unreal.TextureStreamingMethod¶
- class unreal.TextureStreamingMethod¶
Bases:
EnumBaseETexture Streaming Method
C++ Source:
Module: Engine
File: TextureDefines.h
- TSM_INVALID: TextureStreamingMethod = Ellipsis¶
0
- TSM_NOT_STREAMED: TextureStreamingMethod = Ellipsis¶
Unknown / not set
- Type:
1
- TSM_STREAMED: TextureStreamingMethod = Ellipsis¶
not streamed (fully resident all the time)
- Type:
2
- TSM_VIRTUAL_STREAMED: TextureStreamingMethod = Ellipsis¶
traditional whole-mip streaming
- Type:
3