unreal.SlateIMEngineCanvasUpdateType¶
- class unreal.SlateIMEngineCanvasUpdateType¶
Bases:
EnumBaseESlate IMEngine Canvas Update Type
C++ Source:
Plugin: SlateIM
Module: SlateIMEngine
File: SlateIMEngineParameters.h
- EVERY_FRAME: SlateIMEngineCanvasUpdateType = Ellipsis¶
Redraw the canvas every frame.
- Type:
0
- INVALIDATION: SlateIMEngineCanvasUpdateType = Ellipsis¶
Only redraw when specifically invalidated. Warning: Textures and materials may not be rendered correctly if they are not loaded or shaders are not cached.
- Type:
1