Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IPropertyRowGenerator
Description
Use this function to set property paths to generate FPropertyNodes. This improves the performance for cases where UPropertyView is only showing a few properties of the object by not generating all other FPropertyNodes An example of a nested property path: RootPropertyName[0]->NestedPropertyName[0]->PropertyName
| Name | SetPropertyGenerationAllowListPaths |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/IPropertyRowGenerator.h |
| Include Path | #include "IPropertyRowGenerator.h" |
void SetPropertyGenerationAllowListPaths
(
const TSet< FString > & InPropertyGenerationAllowListPaths
)