Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Slate > API/Runtime/Engine/Slate/FSlateTexture2DRHIRef
- FSlateUpdatableTexture::ResizeTexture()
- FSlateTexture2DRHIRef::ResizeTexture()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Slate/SlateTextures.h |
| Include | #include "Slate/SlateTextures.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Slate/SlateTextures.cpp |
virtual void ResizeTexture
&40;
uint32 Width,
uint32 Height
&41;
Remarks
Resize the texture.
Parameters
| Name | Description |
|---|---|
| Width | New texture width |
| Height | New texture height |