Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FBlueprintEditorUtils
Description
Checks a function for 'blueprint thread safety'. Note this is not strict thread safety and does not perform any analysis on the function, it only inspects the metadata. Analysis is performed by the compiler for BP functions that are marked thread safe and metadata is used both here and in the compiler for native functions that have been validated for thread safe use in a blueprint.
| Name | HasFunctionBlueprintThreadSafeMetaData |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Kismet2/BlueprintEditorUtils.h |
| Include Path | #include "Kismet2/BlueprintEditorUtils.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Kismet2/BlueprintEditorUtils.cpp |
static bool HasFunctionBlueprintThreadSafeMetaData
(
const UFunction * InFunction
)