UObjectLibrary::LoadBlueprintAssetDataFromPaths

Load an entire subdirectory of blueprints into this object library.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/ObjectLibrary.h

Include

#include "Engine/ObjectLibrary.h"

Source

/Engine/Source/Runtime/Engine/Private/ObjectLibrary.cpp

Syntax

virtual int32 LoadBlueprintAssetDataFromPaths
(
    const TArray< FString > & Paths,
    bool bForceSynchronousScan
)

Remarks

Load an entire subdirectory of blueprints into this object library. Only loads asset data for blueprints of passed in class. Returns number of asset data loaded loaded

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