📚Get Texture2D from Clipboard

📄 Description
Attempts to read image data from the system clipboard and create a new, transient UTexture2D from it.
Name
Description
Size
The width (X) and height (Y) of the created texture. This will be (0, 0) if the operation fails.
Return Value
The newly created texture. This will be null if the operation fails (Empty clipboard, unrecognized type in clipboard like text or file, locked access to clipboard due to another application blocking it, corrupted image data, invalid image dimensions, not enough memory).
Last updated