This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Is there a better way to get _PropertyValuePosition
?
#97
Labels
You can continue the conversation there. Go to discussion →
_PropertyValuePosition
?
#97
I wrote a program that patches the value of a object property in a class in a script package to point to another object in the same script package. For this I need to know the value of
_PropertyValuePosition
inUDefaultProperty
, which is private.I'm using reflection to access the value, but was just wondering if it really needs to be private, and if there's another supported to way to do it without reflection?
https://github.com/tuokri/UE3ShaderCachePatcher/blob/22a6574ac60696adb64527677911398a2741e6ba/UE3ShaderCachePatcherCLI/Program.cs#L136-L146
The text was updated successfully, but these errors were encountered: