Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FCustomizableTextObjectFactory
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Factories.h |
| Include | #include "Factories.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Factories/EditorFactories.cpp |
virtual bool CanCreateObject
(
UObject * InParent,
UClass * ObjectClass,
const FName & InDesiredName
) const
Remarks
Return true if the an object of type ObjectClass is allowed to be created with a given name under the provided parent; If false is returned, the object and subobjects will be ignored.