Where is the "Load Asset" function node?

I have an actor blueprint class “factory” that’s suppose to load an create other actors, but i can’t access the Load Asset node in the factory blueprint, when i try to find it in GameMode (inherited ) blueprint, it appears.

I also tried getting a reference to GameMode in the Factory blueprint class so i could use the load asset function.

How do i access Load Asset node?

If you are trying to use the node inside of a function (e.g. Construction Script) the node is unavailable to access there. You can use it in Events though, such as Event BeginPlay. Type in ‘Async’ as search keyword.