IBlueprintCompilerCppBackendModule::OnIsTargetedForConversionQuery

Provides a hook so that external modules can specify which assets will and won't be converted (so the backend knows how to handle cross asset references).

Windows
MacOS
Linux

References

Module

BlueprintCompilerCppBackend

Header

/Engine/Source/Developer/BlueprintCompilerCppBackend/Public/IBlueprintCompilerCppBackendModule.h

Include

#include "IBlueprintCompilerCppBackendModule.h"

Syntax

FIsTargetedForConversionQuery & OnIsTargetedForConversionQuery()

Remarks

Provides a hook so that external modules can specify which assets will and won't be converted (so the backend knows how to handle cross asset references).

Returns

A delegate that will used to determine how to generate cross asset references (in generated source).

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