Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/PropertyCustomiz-_11
References
| |
|
| Module |
PropertyEditor |
| Header |
/Engine/Source/Editor/PropertyEditor/Public/PropertyCustomizationHelpers.h |
| Include |
#include "PropertyCustomizationHelpers.h" |
namespace PropertyCustomizationHelpers
{
void PropertyCustomizationHelpers::GetCallInEditorFunctionsForClass
(
const UClass * InClass,
const TFunctionRef < bool> & InFunctionFilter,
TArray < UFunction * > & OutCallInEditorFunctions,
EFieldIterationFlags InIterationFlags
)
}
Parameters
| Name |
Description |
| InFunctionFilter |
A filter to select candidate UFunctions |