Using Rive Assets
In order to swap an asset, you must first locate it in the Rive File. This is done using the Get Rive Asset By Name node. The name used for searching is the name of the asset as it appears in the Assets section of the Rive editor.

Image Assets
Image assets can be loaded by Texture or by an array of bytes. The Load Texture node is used to load a Texture that resides in your Unreal project.The texture to be loaded with a Load Texture node must have its Mip Gen Settings set to NoMipMaps and its Compression Settings set to UserInterface2d (RGBA).


Font Assets
Font assets can be loaded as either a Font Face located in your Unreal project, or an array of bytes in otf or ttf format.
The FontFace to be loaded must have its Loading Policy set to Inline.
