IPropertyHandle::GeneratePossibleValues

Generates a list of possible enum/class options for the property

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "PropertyHandle.h"

Syntax

bool GeneratePossibleValues
(
    TArray< TSharedPtr< FString > > & OutOptionStrings,
    TArray< FText > & OutToolTips,
    TArray< bool > & OutRestrictedItems
)

Remarks

Generates a list of possible enum/class options for the property

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