| ActivationCount |
uint8 |
|
DataStorage/Queries/Description.h |
|
| ActivationName |
FName |
If a name is set, it indicates the query callback will not be run unless explicitly activated with ActivateQueries. |
DataStorage/Queries/Description.h |
|
| Active |
bool |
|
DataStorage/Queries/Description.h |
|
| AfterGroups |
TArray< FName, TInlineAllocator< NumInlineGroups > > |
|
DataStorage/Queries/Description.h |
|
| BeforeGroups |
TArray< FName, TInlineAllocator< NumInlineGroups > > |
Necessary to avoid deprecation warnings in clang when using compiler generated copy and move ctors. |
DataStorage/Queries/Description.h |
|
| ExecutionMode |
EExecutionMode |
|
DataStorage/Queries/Description.h |
|
| Function |
QueryCallback |
|
DataStorage/Queries/Description.h |
|
| Group |
FName |
|
DataStorage/Queries/Description.h |
|
| MonitoredType |
const UScriptStruct * |
|
DataStorage/Queries/Description.h |
|
| Name |
FName |
|
DataStorage/Queries/Description.h |
|
| Phase |
EQueryTickPhase |
|
DataStorage/Queries/Description.h |
|
| Type |
EQueryCallbackType |
|
DataStorage/Queries/Description.h |
|