UFactory::SortFactoriesByPriority

Helper function to sort an array of factories by their import priority - use as a predicate for Sort

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Classes/Factories/Factory.h

Include

#include "Factories/Factory.h"

Source

/Engine/Source/Editor/UnrealEd/Private/Factories/Factory.cpp

Syntax

static bool SortFactoriesByPriority
(
    const UFactory & A,
    const UFactory & B
)

Remarks

Helper function to sort an array of factories by their import priority - use as a predicate for Sort

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