Apparatus
Version 1.23
ECS data-oriented workflow for Unreal Engine.
|
A safe applicator for the deferred changes (or deferreds). More...
#include <Mechanism.h>
Public Member Functions | |
TDeferredsApplicator (TDeferredsApplicator &&InApplicator) | |
The move constructor is used to receive an applicator from a method. | |
template<EParadigm Paradigm = DefaultApplicatorParadigm> | |
TOutcome< Paradigm > | Apply () |
Apply the pending deferreds. | |
~TDeferredsApplicator () | |
Destroys the applicator, automatically applying the deferreds (if needed). | |
Friends | |
class | AMechanism |
A safe applicator for the deferred changes (or deferreds).
|
inline |
The move constructor is used to receive an applicator from a method.
|
inline |
Destroys the applicator, automatically applying the deferreds (if needed).
|
inline |
Apply the pending deferreds.
Paradigm | The paradigm to work under. |
|
friend |