Name of deprecated property

Hi,

I want to get the property name of “Initial Position” so I can put it to a Single Property View in UMG:
image

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.

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:
image
:sweat_smile:

So the question being, how to display the “AnimationData” property correctly with SinglePropertyView?

I found the reason: SinglePropertyView is only capable of showing one line property, so it works after I use DetailsView instead.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.