FEnumEditorUtils::ResolveEnumerator

Try to update an out-of-date enum index after an enum's change

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/Kismet2/EnumEditorUtils.h

Include

#include "Kismet2/EnumEditorUtils.h"

Source

/Engine/Source/Editor/UnrealEd/Private/Kismet2/EnumEditorUtils.cpp

Syntax

static int64 ResolveEnumerator
(
    const UEnum * Enum,
    FArchive & Ar,
    int64 EnumeratorValue
)

Remarks

Try to update an out-of-date enum index after an enum's change

Returns

new enum

Parameters

Parameter

Description

Enum

new version of enum

Ar

special archive

EnumeratorIndex

old enumerator index

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