IDetailLayoutBuilder::HideProperty

Hides a property from view

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "DetailLayoutBuilder.h"

Syntax

void HideProperty
(
    FName PropertyPath,
    const UStruct * ClassOutermost,
    FName InstanceName
)

Remarks

Hides a property from view

Parameters

Parameter

Description

Path

The path to the property. Can be just a name of the property or a path in the format outer.outer.value[optional_index_for_static_arrays]

NewLocalizedDisplayName

Optional display name to show instead of the default name

ClassOutermost

Optional outer class if accessing a property outside of the current class being customized

InstanceName

Optional instance name if multiple FProperty's of the same type exist. such as two identical structs, the instance name is one of the struct variable names) See IDetailCategoryBuilder::GetProperty for clarification of parameters

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