Load Texture 2D From File ?

I want to load an image during run-time and I found on the forum this node : Victory Load Texture 2D From File. (39) Rama's Extra Blueprint Nodes for You as a Plugin, No C++ Required! - Blueprint Visual Scripting - Unreal Engine Forums

But into the blueprint I can’t found this. Why ?

This Texture Loader is part of the Victory Plugin from Rama which you have to install… Victory-Plugin

There is a way without Plugin ?

You can analyze the function from Rama and write your own Blueprint Node…
Look here at 4383

OK Thanks.

That’s exactly what i need to do as well ! The problem is that i have no experience with C++ ! I checked the code, and i found the function i need, but i have no idea how to add it to my blueprint project. Do you know a good tutorial for that? :slight_smile: