Navigation
BlueprintAPI > BlueprintAPI/EditorScripting > BlueprintAPI/EditorScripting/Asset
Load an asset from the Content Browser. It will verify if the object is already loaded and only load it if it's necessary.
Target is Editor Asset Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| string | Asset Path | Asset Path of the asset (that is not a level). |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| object | Return Value | Found or loaded asset. |