question

Mohammed Alsebea avatar image
Mohammed Alsebea asked

unreal engine Get Title data

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

apisTitle DataunrealdataTitle News
22.png (35.8 KiB)
1.png (298.4 KiB)
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Citrus Yan avatar image
Citrus Yan answered

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:


bp.png (219.5 KiB)
1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Mohammed Alsebea avatar image Mohammed Alsebea commented ·

Thank you are life saver, all was I needed is the get Field node. :)

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.