IKismetCompilerInterface::GetBlueprintTypesForClass

Get the blueprint class and generated blueprint class for a particular class type.

Unreal Engine C++ API Reference > Editor > KismetCompiler > IKismetCompilerInterface

References

   
Module KismetCompiler
Header /Engine/Source/Editor/KismetCompiler/Public/KismetCompilerModule.h
Include #include "KismetCompilerModule.h"
void GetBlueprintTypesForClass
(
    [UClass](API\Runtime\CoreUObject\UObject\UClass) * ParentClass,
    [UClass](API\Runtime\CoreUObject\UObject\UClass) *& OutBlueprintClass,
    [UClass](API\Runtime\CoreUObject\UObject\UClass) *& OutBlueprintGeneratedClass
) const

Remarks

Get the blueprint class and generated blueprint class for a particular class type. Not every blueprint is a normal UBlueprint, like UUserWidget blueprints should be UWidgetBlueprints.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library