EPropertyAccessBatchType

The various batching of property copy.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/IPropertyAccessCompiler.h

Include

#include "IPropertyAccessCompiler.h"

Syntax

enum EPropertyAccessBatchType
{
    Unbatched,
    Batched,
}

Values

Name

Description

Unbatched

Copies designed to be called one at a time via ProcessCopy.

Batched

Copies designed to be processed in one call to ProcessCopies.

Remarks

The various batching 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