FArchiveState::SetFilterEditorOnly

Sets a flag indicating that this archive needs to filter editor-only content.

Windows
MacOS
Linux

Override Hierarchy

FArchiveState::SetFilterEditorOnly()

FArchiveProxy::SetFilterEditorOnly()

References

Module

Core

Header

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

Include

#include "Serialization/Archive.h"

Syntax

virtual void SetFilterEditorOnly
(
    bool InFilterEditorOnly
)

Remarks

Sets a flag indicating that this archive needs to filter editor-only content.

Parameters

Parameter

Description

InFilterEditorOnly

Whether to filter editor-only content.

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