📚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.

Usage Details

  • 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 to check for compatibility before attempting the full copy operation, especially if the source of the texture is unknown.

Failure Conditions

The Return Value will be false under the same conditions that would cause Copy Texture to Clipboard to fail (null input, invalid dimensions, unsupported format, etc.).

Last updated