Navigation
API > API/Plugins > API/Plugins/CommonConversationRuntime
Inheritance Hierarchy
- TSharedFromThis
- FConversationsHandle
References
| Module | CommonConversationRuntime |
| Header | /Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationRuntime/Public/ConversationRegistry.h |
| Include | #include "ConversationRegistry.h" |
Syntax
struct FConversationsHandle : public TSharedFromThis< FConversationsHandle >
Remarks
These handles are issued when someone requests a conversation entry point be streamed in. As long as this handle remains active, we were continue to keep it keep those elements streamed in, as well as if new game feature plugins activate, we will stream in additional assets or let previous ones expire.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FConversationsHandle
(
FPrivateToken, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FConversationsHandle > | Create
(
const UConversationRegistry* InOwningRegistry, |