Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IDetailLayoutBuilder > API/Editor/PropertyEditor/IDetailLayoutBuilder/HideProperty
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/DetailLayoutBuilder.h |
| Include | #include "DetailLayoutBuilder.h" |
void HideProperty
&40;
FName PropertyPath,
const UStruct &42; ClassOutermost,
FName InstanceName
&41;
Remarks
Hides a property from view
Parameters
| Name | 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 |