FDetailsViewArgs::FDetailsViewArgs

Default constructor

Choose your operating system:

Windows

macOS

Linux

Deprecated

  • This constructor is deprecated, please create an empty FDetailsViewArgs and explicitly set any values that you wish to change.

References

Module

PropertyEditor

Header

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

Include

#include "DetailsViewArgs.h"

Syntax

FDetailsViewArgs
(
    const bool InUpdateFromSelection,
    const bool InLockable,
    const bool InAllowSearch,
    const ENameAreaSettings InNameAreaSettings,
    const bool InHideSelectionTip,
    FNotifyHook * InNotifyHook,
    const bool InSearchInitialKeyFocus,
    FName InViewIdentifier
)

Remarks

Default constructor