Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FSlateTextureData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetImage
(
const FImageView& Image |
Copy FImageView into the FSlateTextureData convert to BGRA8-SRGB if not already in that format | Textures/SlateTextureData.h | |
void SetImage
(
FImage&& MoveFrom |
Move FImage into the FSlateTextureData convert to BGRA8-SRGB if not already in that format | Textures/SlateTextureData.h |
SetImage(const FImageView &)
Description
Copy FImageView into the FSlateTextureData convert to BGRA8-SRGB if not already in that format
| Name | SetImage |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Textures/SlateTextureData.h |
| Include Path | #include "Textures/SlateTextureData.h" |
void SetImage
(
const FImageView & Image
)
SetImage(FImage &&)
Description
Move FImage into the FSlateTextureData convert to BGRA8-SRGB if not already in that format
| Name | SetImage |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Textures/SlateTextureData.h |
| Include Path | #include "Textures/SlateTextureData.h" |
void SetImage
(
FImage && MoveFrom
)