#include <Policies.h>
Static Public Member Functions | |
| static Context * | Get () |
| static Context & | GetOrCreate () |
A choice of AZ::EBusTraits::StoragePolicy that specifies that EBus data is stored in a thread_local static variable. With this policy, each thread has its own instance of the EBus.
| Context | A class that contains EBus data. |
|
inlinestatic |
|
inlinestatic |