johnsu
(John)
1
Hi,
I want to get the property name of “Initial Position” so I can put it to a Single Property View in UMG:
But I tried several different names like “InitialPosition”, “DefaultPosition_DEPRECATED”, “DefaultPosition” but still can’t get it working.
According to the source code it’s deprecated:
So what’s the right way to get it? Cheers.
johnsu
(John)
2
After some looking up I’ve ended up with “AnimationData” property:
But with this name it doesn’t show up like the detail panel does:
So the question being, how to display the “AnimationData” property correctly with SinglePropertyView?
johnsu
(John)
3
I found the reason: SinglePropertyView is only capable of showing one line property, so it works after I use DetailsView instead.
system
(system)
Closed
4
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.