πCan Texture be Copied?

π Description
A helper function that checks if a given Texture asset meets the requirements to be copied to the clipboard without actually performing the copy operation. This is useful for enabling/disabling UI buttons.
Name
Description
Texture
The texture asset to check.
Name
Description
Return Value
Returns true if the texture is valid and has a supported format for copying. Returns false otherwise (null input, invalid dimensions, unsupported format, invalid texture resource, etc.).
This node performs the exact same validation checks as the Copy Texture to Clipboard node but is non-destructive and does not require an execution pin. It is recommended to use this node if the source of the texture is unknown.
Supported Pixel Formats:
PF_B8G8R8A8
PF_R8G8B8A8
PF_FloatRGBA
PF_FloatRGB
Last updated