Navigation
API > API/Plugins > API/Plugins/CommonConversationRuntime
References
| Module | CommonConversationRuntime |
| Header | /Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationRuntime/Public/ConversationRegistry.h |
| Include | #include "ConversationRegistry.h" |
Syntax
USTRUCT&40;&41;
struct FNetSerializeScriptStructCache_ConvVersion
Remarks
Container for safely replicating script struct references (constrained to a specified parent struct)
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TObjectPtr< UScriptStruct > > | IndexToScriptStructs | ||
| TMap< TObjectPtr< UScriptStruct >, int32 > | ScriptStructsToIndex |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | InitForType
(
UScriptStruct* InScriptStruct |
||
| bool | NetSerialize
(
FArchive& Ar, |
Serializes reference to given script struct (must be in the cache) |