5#if (defined(__AUTORTFM) && __AUTORTFM)
34 FTransaction(FContext*
const Context);
83 FTransaction* GetParent()
const {
return Parent; }
140 EState
State()
const {
return CurrentState; }
142 bool IsOpenActive()
const {
return CurrentState == EState::OpenActive; }
143 bool IsClosedActive()
const {
return CurrentState == EState::ClosedActive; }
144 bool IsOpenInactive()
const {
return CurrentState == EState::OpenInactive; }
145 bool IsClosedInactive()
const {
return CurrentState == EState::ClosedInactive; }
150 bool IsDone()
const {
return CurrentState == EState::Done; }
202 template<EState NewState>
OODEFFUNC typedef void(OODLE_CALLBACK t_fp_OodleCore_Plugin_Free)(void *ptr)
#define AUTORTFM_DISABLE
Definition AutoRTFMDefines.h:116
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
void SetState(uint64 Value)
Definition LockFreeList.h:52
uint32 Size
Definition VulkanMemory.cpp:4034
UE_AUTORTFM_ALWAYS_OPEN void DebugBreakIfMemoryValidationFails()
Definition API.cpp:400
State
Definition PacketHandler.h:88