EPropertyAccessCopyBatch

The various types of property copy.

Windows
MacOS
Linux

References

Module

PropertyAccess

Header

/Engine/Source/Runtime/PropertyAccess/Public/IPropertyAccess.h

Include

#include "IPropertyAccess.h"

Syntax

enum EPropertyAccessCopyBatch
{
    InternalUnbatched,
    ExternalUnbatched,
    InternalBatched,
    ExternalBatched,
    Count,
}

Values

Name

Description

InternalUnbatched

A copy of internal->internal data, unbatched.

ExternalUnbatched

A copy of external->internal data, unbatched.

InternalBatched

A copy of internal->internal data, batched.

ExternalBatched

A copy of external->internal data, batched.

Count

Remarks

The various types of property copy.

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