IKismetCompilerInterface::GenerateCppWrapper

Generate a wrapper class, that helps accessing non-native properties and calling non-native functions

Choose your operating system:

Windows

macOS

Linux

Deprecated

  • This API is no longer required. Any overrides should be removed.

References

Module

KismetCompiler

Header

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

Include

#include "KismetCompilerModule.h"

Syntax

virtual FString GenerateCppWrapper
(
    UBlueprintGeneratedClass * BPGC,
    const FCompilerNativizationOptions & NativizationOptions
)

Remarks

Generate a wrapper class, that helps accessing non-native properties and calling non-native functions