Navigation
API > API/Editor > API/Editor/KismetCompiler > API/Editor/KismetCompiler/FKismetCompilerUtilities
Description
Intended to avoid errors that come from checking for external member (function, variable, etc.) dependencies. This can happen when a Blueprint was saved without having new members compiled in (saving w/out compiling), and a Blueprint that uses those members is compiled-on-load before the uncompiled one. Any valid errors should surface later, when the dependant Blueprint's bytecode is recompiled.
| Name | IsMissingMemberPotentiallyLoading |
| Type | function |
| Header File | /Engine/Source/Editor/KismetCompiler/Public/KismetCompilerMisc.h |
| Include Path | #include "KismetCompilerMisc.h" |
| Source | /Engine/Source/Editor/KismetCompiler/Private/KismetCompilerMisc.cpp |
static bool IsMissingMemberPotentiallyLoading
(
const UBlueprint * SelfBlueprint,
const UStruct * MemberOwner
)