![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Blueprint/BlueprintSupport.h"#include "Misc/ScopeLock.h"#include "Misc/CommandLine.h"#include "Misc/CoreMisc.h"#include "Misc/ConfigCacheIni.h"#include "UObject/UObjectHash.h"#include "UObject/Object.h"#include "UObject/GarbageCollection.h"#include "UObject/Class.h"#include "UObject/Package.h"#include "Templates/Casts.h"#include "UObject/UnrealType.h"#include "Serialization/DuplicatedDataWriter.h"#include "Misc/PackageAccessTrackingOps.h"#include "Misc/PackageName.h"#include "Async/UniqueLock.h"#include "UObject/ObjectResource.h"#include "UObject/GCObject.h"#include "UObject/LinkerLoad.h"#include "UObject/LinkerLoadImportBehavior.h"#include "UObject/LinkerPlaceholderClass.h"#include "UObject/LinkerPlaceholderExportObject.h"#include "UObject/LinkerPlaceholderFunction.h"#include "UObject/ReferenceChainSearch.h"#include "UObject/StructScriptLoader.h"#include "UObject/UObjectThreadContext.h"Classes | |
| struct | FPreloadMembersHelper |
| struct | FResolvingExportTracker |
| struct | FUnresolvedStructTracker |
| struct | FScopedResolvingExportTracker |
Macros | |
| #define | DEFERRED_DEPENDENCY_CHECK(CheckExpr) |
Functions | |
| DEFINE_LOG_CATEGORY_STATIC (LogBlueprintSupport, Log, All) | |
| template<> | |
| FString | GetPlaceholderPrefix< ULinkerPlaceholderFunction > () |
| template<> | |
| FString | GetPlaceholderPrefix< ULinkerPlaceholderClass > () |
| UPackage * | LoadPackageInternal (UPackage *InOuter, const FPackagePath &PackagePath, uint32 LoadFlags, FLinkerLoad *ImportLinker, FArchive *InReaderOverride, const FLinkerInstancingContext *InstancingContext, const FPackagePath *DiffPackagePath) |
| DEFINE_LOG_CATEGORY_STATIC | ( | LogBlueprintSupport | , |
| Log | , | ||
| All | |||
| ) |
| FString GetPlaceholderPrefix< ULinkerPlaceholderClass > | ( | ) |
| FString GetPlaceholderPrefix< ULinkerPlaceholderFunction > | ( | ) |
| UPackage * LoadPackageInternal | ( | UPackage * | InOuter, |
| const FPackagePath & | PackagePath, | ||
| uint32 | LoadFlags, | ||
| FLinkerLoad * | ImportLinker, | ||
| FArchive * | InReaderOverride, | ||
| const FLinkerInstancingContext * | InstancingContext, | ||
| const FPackagePath * | DiffPackagePath | ||
| ) |