IBlueprintCompilerCppBackend::GenerateWrapperForClass

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

Windows
MacOS
Linux

References

Module

KismetCompiler

Header

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

Include

#include "BlueprintCompilerCppBackendInterface.h"

Syntax

FString GenerateWrapperForClass
(
    UClass * SourceClass,
    const FCompilerNativizationOptions & NativizationOptions
)

Remarks

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

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