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 5.1 Support #21

Open
cxgreat2014 opened this issue Nov 21, 2022 · 2 comments
Open

Unreal 5.1 Support #21

cxgreat2014 opened this issue Nov 21, 2022 · 2 comments

Comments

@cxgreat2014
Copy link

cxgreat2014 commented Nov 21, 2022

Unreal 5.1 was released on November 15, 2022, release notes: https://www.unrealengine.com/en-US/blog/unreal-engine-5-1-is-now-available

@MaikKlein
Copy link
Owner

MaikKlein commented Nov 24, 2022

Yep thanks I am aware. It should already work in 5.1 but I will port the examples this weekend hopefully.

@cxgreat2014
Copy link
Author

cxgreat2014 commented Jan 30, 2023

Open example project with UE 5.1 will get these error:

LogPluginManager: Mounting Project plugin RustPlugin
LogClass: Error: UInt64Property FEntity::Id is not initialized properly. Module:RustPlugin File:Public/EntityComponent.h
LogClass: Error: IntProperty FRustProperty::Tag is not initialized properly. Module:RustPlugin File:Public/RustProperty.h
LogClass: Error: FloatProperty FRustProperty::Float is not initialized properly. Module:RustPlugin File:Public/RustProperty.h
LogClass: Error: BoolProperty FRustProperty::Bool is not initialized properly. Module:RustPlugin File:Public/RustProperty.h
LogClass: Error: StructProperty FRustProperty::Vector is not initialized properly. Module:RustPlugin File:Public/RustProperty.h
LogClass: Error: StructProperty FRustProperty::Rotation is not initialized properly. Module:RustPlugin File:Public/RustProperty.h
LogAutomationTest: Error: LogClass: UInt64Property FEntity::Id is not initialized properly. Module:RustPlugin File:Public/EntityComponent.h
LogAutomationTest: Error: LogClass: IntProperty FRustProperty::Tag is not initialized properly. Module:RustPlugin File:Public/RustProperty.h
LogAutomationTest: Error: LogClass: FloatProperty FRustProperty::Float is not initialized properly. Module:RustPlugin File:Public/RustProperty.h
LogAutomationTest: Error: LogClass: BoolProperty FRustProperty::Bool is not initialized properly. Module:RustPlugin File:Public/RustProperty.h
LogAutomationTest: Error: LogClass: StructProperty FRustProperty::Vector is not initialized properly. Module:RustPlugin File:Public/RustProperty.h
LogAutomationTest: Error: LogClass: StructProperty FRustProperty::Rotation is not initialized properly. Module:RustPlugin File:Public/RustProperty.h

And in 5.1.1, when the character moves, the character will not rotate to the camera orientation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants