Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unreal Engine 5.4 support #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

00Markus0
Copy link

Added support for Unreal Engine 5.4

  • changed MovementSample.uproject to Unreal 5.4
  • OculusXRRetargetIKRetargeterEditor.cpp: changed Getters to new methods of the IKRetargeter from Unreal Plugin "IKRig"
  • MovementSampleEditor.Target.cs changed DefaultBuildSettings to V5 and IncludeOrderVersion to Latest (this breaks support for 5.3 but is required for 5.4)

- changed .uproject to Unreal 5.4
- OculusXRRetargetIKRetargeterEditor.cpp:
changed GetTargetIKRig(), GetSourceIKRig(),
GetSourceIKRigWriteable(), and
GetTargetIKRigWriteable()
to GetIKRig(ERetargetSourceOrTarget::Target),
GetIKRig(ERetargetSourceOrTarget::Source),
GetIKRigWriteable(ERetargetSourceOrTarget::Source), and
GetIKRigWriteable(ERetargetSourceOrTarget::Target)
- changed MovementSampleEditor.Target.cs Build settings to newer version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants