Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IPropertyRowGenerator
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/IPropertyRowGenerator.h |
| Include | #include "IPropertyRowGenerator.h" |
void SetPropertyGenerationAllowListPaths
(
const TSet< FString > & InPropertyGenerationAllowListPaths
)
Remarks
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