Skip to content

feature/ue-5.8#179

Draft
AlgoryxJosef wants to merge 3 commits into
mainfrom
feature/ue-5.8
Draft

feature/ue-5.8#179
AlgoryxJosef wants to merge 3 commits into
mainfrom
feature/ue-5.8

Conversation

@AlgoryxJosef

Copy link
Copy Markdown
Collaborator

No description provided.

@AlgoryxJosef AlgoryxJosef marked this pull request as draft June 18, 2026 06:21
Comment on lines +744 to +747
const UEnum* DofEnum = FindObject<UEnum>(nullptr, TEXT("EDofFlag"));
const FString DofString = DofEnum != nullptr
? DofEnum->GetDisplayNameTextByValue(static_cast<int64>(Dof)).ToString()
: FString::FromInt(static_cast<int32>(Dof));

@AlgoryxJosef AlgoryxJosef Jun 18, 2026

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Todo: before we merge this, we need to fix the enum get name changes in this branch, bacause the new pattern does not work, see Type below:

image

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Semi fixed with: 55113da

But it is still ugly. Todo: check for a more robust solution that works on ue 5.8.

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.

1 participant