Skip to content
Snippets Groups Projects

Fix: Added includes, now build pipeline runs through

Merged Malte Christian Kögel requested to merge feature/position_logging into 4.26

The errors were caused by missing includes in SFStudySetup.h (that were marked as "possibly unused" in VS). This lead to a problem, where the UPROPERTY()-macro was not properly recognised because the type of object declared as UPROPERTY() was not known due to the missing includes. The error that appeared was a syntax error because the UPROPERTY() macro was not properly handled by the build tool and remained in the code as if it was standard C++.

Edited by Malte Christian Kögel

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading