Fetching comments in UE5

Hi,

the following blueprint (merging with speckle-main is pending) allows to bring the comments regarding
a) a whole Stream: Every comment made inside this Stream (defined by RemoteTransport Stream Id)
b) limited to a Commit by CommitId (provided to the blueprint as below)
c) or Comment by a CommentId (provided to the blueprint as below)

a) Stream

b) Commit

c) Comment

Example for fetching comments per commit and replies (Level 1) per comment

The only thing pending is bring comments regarding a single Object by ObjectId. However, I have seen that this was not implemented yet in the API. CameraPosition can be used as a remedy. It works.

3 Likes