Navigation
API > API/Editor > API/Editor/PropertyEditor
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/PropertyCustomizationHelpers.h |
| Include | #include "PropertyCustomizationHelpers.h" |
namespace PropertyCustomizationHelpers
{
TArray < const UClass * > PropertyCustomizationHelpers::GetClassesFromMetadataString
(
const FString & MetadataString
)
}
Remarks
Parse and load the given metadata string into a list of allowed classes. The metadata string is likely from something like AllowedClasses or DisallowedClasses.