FNetSerializeScriptStructCache_ConvVersion

Container for safely replicating script struct references (constrained to a specified parent struct)

Windows
MacOS
Linux

References

Module

CommonConversationRuntime

Header

/Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationRuntime/Public/ConversationRegistry.h

Include

#include "ConversationRegistry.h"

Syntax

[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)()
struct FNetSerializeScriptStructCache_ConvVersion

Remarks

Container for safely replicating script struct references (constrained to a specified parent struct)

Variables

Functions

Name Description

Public function

void

 

InitForType

(
    UScriptStruct* InScriptStruct
)

Public function

bool

 

NetSerialize

(
    FArchive& Ar,
    UScriptStruct*& Struct
)

Serializes reference to given script struct (must be in the cache)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss