Navigation
API > API/Plugins > API/Plugins/AsyncMessageSystem > API/Plugins/AsyncMessageSystem/FAsyncMessageHandle
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor of a Message handle. | AsyncMessageHandle.h | ||
FAsyncMessageHandle
(
const uint32 InHandleValue, |
Private constructor for use by the message system | AsyncMessageHandle.h |
FAsyncMessageHandle()
Description
Default constructor of a Message handle. This default handle will be invalid. Valid handles should only be created from an operating async message system (
| Name | FAsyncMessageHandle |
| Type | function |
| Header File | /Engine/Plugins/Experimental/AsyncMessageSystem/Source/AsyncMessageSystem/Public/AsyncMessageHandle.h |
| Include Path | #include "AsyncMessageHandle.h" |
FAsyncMessageHandle()
See Also
FAsyncMessageHandle(const uint32, const FAsyncMessageId, TWeakPtr< FAsyncMessageBindingEndpoint >)
Description
Private constructor for use by the message system
| Name | FAsyncMessageHandle |
| Type | function |
| Header File | /Engine/Plugins/Experimental/AsyncMessageSystem/Source/AsyncMessageSystem/Public/AsyncMessageHandle.h |
| Include Path | #include "AsyncMessageHandle.h" |
| Source | /Engine/Plugins/Experimental/AsyncMessageSystem/Source/AsyncMessageSystem/Private/AsyncMessageHandle.cpp |
FAsyncMessageHandle
(
const uint32 InHandleValue,
const FAsyncMessageId BoundMessageId,
TWeakPtr < FAsyncMessageBindingEndpoint > InBindingEndpoint
)