IDetailCategoryBuilder::GetDefaultProperties

Gets the default propeties of this category

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "DetailCategoryBuilder.h"

Syntax

void GetDefaultProperties
(
    TArray< TSharedRef< IPropertyHandle > > & OutAllProperties,
    bool bSimpleProperties,
    bool bAdvancedProperties
)

Remarks

Gets the default propeties of this category

Parameters

Parameter

Description

OutAllProperties

The list of property handles that will be populated

bSimpleProperties

true to get simple properties

bAdvancedProperties

true to get advanded properties

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