Navigation
API > API/Plugins > API/Plugins/LearningTraining
Basic struct containing a view to a shared memory region, its guid, and a pointer to that region which is used for deallocation.
| |
|
| Name |
TSharedMemoryArrayView |
| Type |
struct |
| Header File |
/Engine/Plugins/Experimental/LearningCore/Source/LearningTraining/Public/LearningSharedMemory.h |
| Include Path |
#include "LearningSharedMemory.h" |
Syntax
template<uint8 DimNum, typename ElementType>
struct TSharedMemoryArrayView
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Guid |
FGuid |
|
LearningSharedMemory.h |
|
| Region |
FPlatformMemory::FSharedMemoryRegion * |
|
LearningSharedMemory.h |
|
| View |
TLearningArrayView< DimNum, ElementType > |
|
LearningSharedMemory.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Gets a platform specific Guid string. |
LearningSharedMemory.h |
|