IBlueprintCompilerCppBackendModule::CollectBoundFunctions

Collect functions that are used by delegates - they must have UFUNCTION macro.

Windows
MacOS
Linux

References

Module

BlueprintCompilerCppBackend

Header

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

Include

#include "IBlueprintCompilerCppBackendModule.h"

Source

/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BlueprintCompilerCppBackendBase.cpp

Syntax

static TArray< class UFunction * > CollectBoundFunctions
(
    class UBlueprint * BP
)

Remarks

Collect functions that are used by delegates - they must have UFUNCTION macro.

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