What is the latest version compatible with UE 4.26? #187
Answered
by
pafuhana1213
mikisupergamer-create
asked this question in
Q&A
-
|
Old version misses many features but are some of the new ones backward compatible with UE4? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
pafuhana1213
Jan 16, 2026
Replies: 1 comment
-
|
It should mostly work fine everywhere except where InstancedStruct is used. This PR might be useful as a reference too: Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pafuhana1213
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @mikisupergamer-create ,
It should mostly work fine everywhere except where InstancedStruct is used.
That said, some parts of the code have been updated to match engine changes, so you'll need to revert those back to align with the older code.
This PR might be useful as a reference too:
#184
Thanks!