Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/FChangeScope
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FChangeScope
(
std::atomic< T >& InTrackingValue |
MassProcessingQueueTypes.h | ||
FChangeScope
(
const FChangeScope& |
MassProcessingQueueTypes.h | ||
FChangeScope
(
FChangeScope&& Other |
MassProcessingQueueTypes.h |
FChangeScope(std::atomic< T > &)
| Name | FChangeScope |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassProcessingQueueTypes.h |
| Include Path | #include "MassProcessingQueueTypes.h" |
FChangeScope
(
std::atomic< T > & InTrackingValue
)
FChangeScope(const FChangeScope &)
| Name | FChangeScope |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassProcessingQueueTypes.h |
| Include Path | #include "MassProcessingQueueTypes.h" |
FChangeScope
(
const FChangeScope &
)
FChangeScope(FChangeScope &&)
| Name | FChangeScope |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassProcessingQueueTypes.h |
| Include Path | #include "MassProcessingQueueTypes.h" |
FChangeScope
(
FChangeScope && Other
)