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
&40;
UObject &42; InParent,
UClass &42; ObjectClass,
const FName & InDesiredName
&41; 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.