Entity events - AWS SimSpace Weaver

End of support notice: On May 20, 2026, AWS will end support for AWS SimSpace Weaver. After May 20, 2026, you will no longer be able to access the SimSpace Weaver console or SimSpace Weaver resources. For more information, see AWS SimSpace Weaver end of support.

Entity events

You can use the following functions in the SimSpace Weaver app SDK to get all ownership and subscription events:

  • Result<OwnershipChangeList> OwnershipChanges(Transaction& txn)

  • Result<SubscriptionChangeList> AllSubscriptionEvents(Transaction& txn)

You can use the SimSpace Weaver demo framework if you need callback-driven entity event processing. For more information, see the following header file:

  • sdk-folder/packaging-tools/samples/ext/DemoFramework/include/DemoFramework/EntityEventProcessor.h

You can also create your own entity event processing.