Skip to content
This repository was archived by the owner on Mar 1, 2026. It is now read-only.

Update Value class#3

Open
codemaster wants to merge 2 commits intoYarnSpinnerTool:developfrom
codemaster:value_to_variant
Open

Update Value class#3
codemaster wants to merge 2 commits intoYarnSpinnerTool:developfrom
codemaster:value_to_variant

Conversation

@codemaster
Copy link
Contributor

  • Rename Value to FValue to match Unreal naming conventions.
  • Rename ValueType to EValueType to match Unreal naming conventions.
  • Utilize TVariant for core value storage in FValue.
  • Remove usage of std::string in FValue class.
  • Migrate GetXValue to templated GetValue function.
  • Utilize FString instead of std::string for string value in FValue class.
  • Add assignment operators to FValue class to simplify usage.
  • Create LexToString for EValueType. Remove deprecated FYarnValueHelpers.

This change depends on the existing pull request #2

- Rename Value to FValue to match Unreal naming conventions.
- Rename ValueType to EValueType to match Unreal naming conventions.
- Utilize TVariant for core value storage in FValue.
- Remove usage of std::string in FValue class.
- Migrate GetXValue to templated GetValue function.
- Utilize FString instead of std::string for string value in FValue class.
- Add assignment operators to FValue class to simplify usage.
- Create LexToString for EValueType. Remove deprecated FYarnValueHelpers.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant