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

Instance feature metadata #1537

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Instance feature metadata #1537

wants to merge 7 commits into from

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    5dc202e View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Use swap for std::vector in move constructors

    I thought this was the source of a bug. Not sure about this now, but
    it seems good to be explicit about what we mean for the move.
    timoore committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    2d7766c View commit details
    Browse the repository at this point in the history
  2. Add GetAsFeatureIDInstanceAttribute function

    This is needed because
    UCesiumFeatureIdSetBlueprintLibrary::GetAsFeatureIDAttribute() returns
    an error for instance attributes. I guess that's reasonable behavior.
    timoore committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    68605ec View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. run format

    timoore committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    9e43361 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73055df View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Fix typo in constructor

    timoore committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    f28c48b View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    fd4e0f9 View commit details
    Browse the repository at this point in the history