Unable to get a property from a blueprint actor #142
-
Beta Was this translation helpful? Give feedback.
Answered by
nxrighthere
May 28, 2021
Replies: 1 comment 2 replies
-
You are trying to obtain a text property using |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
nxrighthere
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You are trying to obtain a text property using
blueprintActor.GetText()
function. The property itself should be set toText
type instead ofString
.