IPropertyHandleArray::MoveElementTo

Moves an element from OriginalIndex to NewIndex

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

/Engine/Source/Editor/PropertyEditor/Public/PropertyHandle.h

Include

#include "PropertyHandle.h"

Syntax

FPropertyAccess::Result MoveElementTo
(
    int32 OriginalIndex,
    int32 NewIndex
)

Remarks

Moves an element from OriginalIndex to NewIndex

Returns

Whether or not this was successful

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