IKismetCompilerInterface::GetBlueprintTypesForClass

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

Windows
MacOS
Linux

References

Module

KismetCompiler

Header

/Engine/Source/Editor/KismetCompiler/Public/KismetCompilerModule.h

Include

#include "KismetCompilerModule.h"

Syntax

void GetBlueprintTypesForClass
(
    UClass * ParentClass,
    UClass *& OutBlueprintClass,
    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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss