Skip to content

UE4.24.3 - Fixes for successful packaging of plugin#1

Open
stfnrkssn wants to merge 3 commits into
KrisRedbeard:masterfrom
stfnrkssn:master
Open

UE4.24.3 - Fixes for successful packaging of plugin#1
stfnrkssn wants to merge 3 commits into
KrisRedbeard:masterfrom
stfnrkssn:master

Conversation

@stfnrkssn

Copy link
Copy Markdown

Fixes for warnings and critical issuing when packaging plugin.

Warnings:

  • Fixed warnings for uninitialized members in AnimNodes

Critical:

  • Movement Comp WITH_EDITOR members replaced WITH_EDITORONLY_DATA. Unknown but critical issue.

  • FORCEINLINE constructors not implemented inline. Removed FORCEINLINE, might just move the implementation to the header instead.

  • AIModule required for PathfollowingComponent in ExtCharMovementComp

  • Error logging in Editor Module Casues Packaging to fail. Only Relevant in Editor builds but packaging will still fail in development and shipping when log error is encountered. Wrapped in preprocessor macros for current build type

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

Successfully merging this pull request may close these issues.

2 participants