πŸ“š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.

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