FArchiveProxy::UseToResolveEnumerators

Checks whether the archive is used to resolve out-of-date enum indexes If function returns true, the archive should be called only for objects containing user defined enum

Windows
MacOS
Linux

Override Hierarchy

FArchiveState::UseToResolveEnumerators()

FArchiveProxy::UseToResolveEnumerators()

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Serialization/ArchiveProxy.h

Include

#include "Serialization/ArchiveProxy.h"

Syntax

virtual bool UseToResolveEnumerators() const

Remarks

Checks whether the archive is used to resolve out-of-date enum indexes If function returns true, the archive should be called only for objects containing user defined enum

Returns

true if the archive is used to resolve out-of-date enum indexes

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