Navigation
API > API/Editor > API/Editor/GameProjectGeneration > API/Editor/GameProjectGeneration/FGameProjectGenerationModule
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsValidBaseClassForCreation
(
const UClass* InClass, |
Returns true if the specified class is a valid base class for the given module | GameProjectGenerationModule.h | |
virtual bool IsValidBaseClassForCreation
(
const UClass* InClass, |
Returns true if the specified class is a valid base class for any of the given modules | GameProjectGenerationModule.h |
IsValidBaseClassForCreation(const UClass *, const FModuleContextInfo &)
Description
Returns true if the specified class is a valid base class for the given module
| Name | IsValidBaseClassForCreation |
| Type | function |
| Header File | /Engine/Source/Editor/GameProjectGeneration/Public/GameProjectGenerationModule.h |
| Include Path | #include "GameProjectGenerationModule.h" |
| Source | /Engine/Source/Editor/GameProjectGeneration/Private/GameProjectGenerationModule.cpp |
virtual bool IsValidBaseClassForCreation
(
const UClass * InClass,
const FModuleContextInfo & InModuleInfo
)
IsValidBaseClassForCreation(const UClass *, const TArray< FModuleContextInfo > &)
Description
Returns true if the specified class is a valid base class for any of the given modules
| Name | IsValidBaseClassForCreation |
| Type | function |
| Header File | /Engine/Source/Editor/GameProjectGeneration/Public/GameProjectGenerationModule.h |
| Include Path | #include "GameProjectGenerationModule.h" |
| Source | /Engine/Source/Editor/GameProjectGeneration/Private/GameProjectGenerationModule.cpp |
virtual bool IsValidBaseClassForCreation
(
const UClass * InClass,
const TArray < FModuleContextInfo > & InModuleInfoArray
)