UScriptStruct::ICppStructOps::Copy

Copy this structure

Windows
MacOS
Linux

Override Hierarchy

UScriptStruct::ICppStructOps::Copy()

UScriptStruct::TCppStructOps::Copy()

References

Module

CoreUObject

Header

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

Include

#include "UObject/Class.h"

Syntax

bool Copy
(
    void * Dest,
    void const * Src,
    int32 ArrayDim
)

Remarks

Copy this structure

Returns

true if the copy was handled, otherwise it will fall back to CopySingleValue

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