UScriptStruct::ICppStructOps::SerializeFromMismatchedTag

Serialize this structure, from some other tag

Windows
MacOS
Linux

Override Hierarchy

UScriptStruct::ICppStructOps::SerializeFromMismatchedTag()

UScriptStruct::TCppStructOps::SerializeFromMismatchedTag()

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h

Include

#include "UObject/Class.h"

Syntax

bool SerializeFromMismatchedTag
(
    struct FPropertyTag const & Tag,
    FArchive & Ar,
    void * Data
)

Remarks

Serialize this structure, from some other tag

Returns

true if this succeeded, false will trigger a warning and not serialize at all

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