Hi everyone,
I am trying to get text or string from Title data in unreal but it gives me an object. Am I missing something here images if the blueprint I am using
Hi everyone,
I am trying to get text or string from Title data in unreal but it gives me an object. Am I missing something here images if the blueprint I am using
You should use the “Get Field” node to obtain the value of the key received from the result and convert it to a string, and, in you BP, OnFailure delegate is not specified, that’s why there are several Compiler errors in the console. Here is a sample BP you may find helpful:
Thank you are life saver, all was I needed is the get Field node. :)
2 People are following this question.