FKismetCompilerUtilities::IsMissingMemberPotentiallyLoading

Intended to avoid errors that come from checking for external member (function, variable, etc.) dependencies.

Windows
MacOS
Linux

References

Module

KismetCompiler

Header

/Engine/Source/Editor/KismetCompiler/Public/KismetCompilerMisc.h

Include

#include "KismetCompilerMisc.h"

Source

/Engine/Source/Editor/KismetCompiler/Private/KismetCompilerMisc.cpp

Syntax

static bool IsMissingMemberPotentiallyLoading
(
    const UBlueprint * SelfBlueprint,
    const UStruct * MemberOwner
)

Remarks

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.

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