FBlueprintSupport::DuplicateAllFields

Defined in BlueprintSupport.cpp Duplicates all fields of a struct in depth-first order.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/Blueprint/BlueprintSupport.h

Include

#include "Blueprint/BlueprintSupport.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/Blueprint/BlueprintSupport.cpp

Syntax

static void DuplicateAllFields
(
    class UStruct * StructToDuplicate,
    class FDuplicateDataWriter & Writer
)

Remarks

Defined in BlueprintSupport.cpp Duplicates all fields of a struct in depth-first order. It makes sure that everything contained in a class is duplicated before the struct itself, as well as all function parameters before the function itself.

Defined in BlueprintSupport.cpp Duplicates all fields of a class in depth-first order. It makes sure that everything contained in a class is duplicated before the class itself, as well as all function parameters before the function itself.

Parameters

Parameter

Description

StructToDuplicate

Instance of the struct that is about to be duplicated

Writer

duplicate writer instance to write the duplicated data to

StructToDuplicate

Instance of the struct that is about to be duplicated

Writer

duplicate writer instance to write the duplicated data to

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