FGameProjectGenerationModule::IsValidBaseClassForCreation

Returns true if the specified class is a valid base class for any of the given modules

Unreal Engine C++ API Reference > Editor > GameProjectGeneration > FGameProjectGenerationModule > IsValidBaseClassForCreation

References

   
Module GameProjectGeneration
Header /Engine/Source/Editor/GameProjectGeneration/Public/GameProjectGenerationModule.h
Include #include "GameProjectGenerationModule.h"
Source /Engine/Source/Editor/GameProjectGeneration/Private/GameProjectGenerationModule.cpp
virtual bool IsValidBaseClassForCreation
(
    const [UClass](API\Runtime\CoreUObject\UObject\UClass) * InClass,
    const [TArray](API\Runtime\Core\Containers\TArray)< [FModuleContextInfo](API\Runtime\Projects\FModuleContextInfo) > & InModuleInfoArray
)

Remarks

Returns true if the specified class is a valid base class for any of the given modules


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library