Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IDetailLayoutBuilder
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/DetailLayoutBuilder.h |
| Include | #include "DetailLayoutBuilder.h" |
void SetPropertyGenerationAllowListPaths
(
const TSet< FString > & InPropertyGenerationAllowListPaths
)
Remarks
This function sets property paths to generate PropertyNodes.This improves the performance for cases where PropertyView is only showing a few properties of the object by not generating all other PropertyNodes
Parameters
| Name | Description |
|---|---|
| InPropertyGenerationAllowListPaths | Set of the property paths |