Navigation
API > API/Runtime > API/Runtime/EventLoop > API/Runtime/EventLoop/TManagedStorage > API/Runtime/EventLoop/TManagedStorage/TManagedStorageInternalHandle
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Creates an initially unset handle | EventLoop/EventLoopManagedStorage.h | ||
TManagedStorageInternalHandle
(
EGenerateNewHandleType, |
Creates a handle pointing to a new instance | EventLoop/EventLoopManagedStorage.h |
TManagedStorageInternalHandle()
Description
Creates an initially unset handle
| Name | TManagedStorageInternalHandle |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/Experimental/EventLoop/Public/EventLoop/EventLoopManagedStorage.h |
| Include Path | #include "EventLoop/EventLoopManagedStorage.h" |
TManagedStorageInternalHandle()
TManagedStorageInternalHandle(EGenerateNewHandleType, ExternalHandleType, int32)
Description
Creates a handle pointing to a new instance
| Name | TManagedStorageInternalHandle |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/Experimental/EventLoop/Public/EventLoop/EventLoopManagedStorage.h |
| Include Path | #include "EventLoop/EventLoopManagedStorage.h" |
TManagedStorageInternalHandle
(
EGenerateNewHandleType ,
ExternalHandleType InExternalHandle,
int32 InInternalIndex
)