Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Experimental/VirtualCamera/Source/VCamCoreEditor/Public/VCamModifierFactory.h |
Include |
#include "VCamModifierFactory.h" |
UCLASS(HideCategories=Object)
class UVCamModifierFactory : public UFactory
Name | Description | ||
---|---|---|---|
|
TSubclassOf< UO... |
ParentClass |
The parent class of the created blueprint. |
Name | Description | |
---|---|---|
|
UVCamModifierFactory() |
Name | Description | ||
---|---|---|---|
|
UObject *... |
FactoryCreateNew ( |
Create a new object by class. |
|
GetDisplayName() |
Returns the name of the factory for menus |
|
|
GetMenuCategories() |
When shown in menus, this is the category containing this factory. |