169 const TCHAR* RawMemory =
reinterpret_cast< const TCHAR*
>(
Memory->GetAddress() );
170 OutString = FString(RawMemory);
#define NULL
Definition oodle2base.h:134
#define check(expr)
Definition AssertionMacros.h:314
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
uint32 Size
Definition VulkanMemory.cpp:4034
static FSynchronizedInterprocessMemory * Create(const TCHAR *Name, SIZE_T Size)
Definition IPC.h:59
bool Read(FString &OutString, uint32 MaxMillisecondsToWait=0)
Definition IPC.h:150
static FSynchronizedInterprocessMemory * OpenExisting(const TCHAR *Name, SIZE_T Size)
Definition IPC.h:86
bool Write(const FString &String, uint32 MaxMillisecondsToWait=0)
Definition IPC.h:114
~FSynchronizedInterprocessMemory()
Definition IPC.h:41
UE_API void Lock()
Definition RecursiveMutex.cpp:40
UE_API bool TryLock()
Definition RecursiveMutex.cpp:13
UE_API void Unlock()
Definition RecursiveMutex.cpp:115
static UE_FORCEINLINE_HINT void * Memzero(void *Dest, SIZE_T Count)
Definition UnrealMemory.h:131
static CharType * Strncpy(CharType *Dest, const CharType *Src, SIZE_T MaxLen)
Definition CString.h:991