UBlueprintCompilerExtension

Windows
MacOS
Linux

Inheritance Hierarchy

UObjectBase

UObjectBaseUtility

UObject

UBlueprintCompilerExtension

References

Module

Kismet

Header

/Engine/Source/Editor/Kismet/Public/BlueprintCompilerExtension.h

Include

#include "BlueprintCompilerExtension.h"

Syntax

class UBlueprintCompilerExtension : public UObject

Constructors

Name Description

Public function

UBlueprintCompilerExtension

(
    const FObjectInitializer& ObjectIn...
)

Functions

Name Description

Public function

void

 

BlueprintCompiled

(
    const FKismetCompilerContext& Comp...,
    const FBlueprintCompiledData& Data
)

Protected function Virtual

void

 

ProcessBlueprintCompiled

(
    const FKismetCompilerContext& Comp...,
    const FBlueprintCompiledData& Data
)

Override this if you're interested in running logic after class layout has been generated, but before bytecode and member variables have been

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