IKismetCompilerInterface::GenerateCppWrapper

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

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

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"
virtual [FString](API\Runtime\Core\Containers\FString) GenerateCppWrapper
(
    [UBlueprintGeneratedClass](API\Runtime\Engine\Engine\UBlueprintGeneratedClass) * BPGC,
    const FCompilerNativizationOptions & NativizationOptions
)

Remarks

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


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library