Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/AssetCompilingManager.h |
| Include | #include "AssetCompilingManager.h" |
Syntax
struct FAssetCompileData
Variables
| Type | Name | Description | |
|---|---|---|---|
| TWeakObjectPtr< UObject > | Asset | Object being compiled |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAssetCompileData
(
const TWeakObjectPtr< UObject >& InAsset |