Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FFindAssetsArchive
- FArchive::operator<<()
- FArchiveUObject::operator<<()
- FFindAssetsArchive::operator<<()
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/ReferencedAssetsUtils.h |
| Include | #include "ReferencedAssetsUtils.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/ReferencedAssetsUtils.cpp |
virtual FArchive & operator<<
(
class UObject *& Obj
)
Remarks
Adds the object refence to the asset list if it supports thumbnails. Recursively searches through its references for more assets
Adds the object reference to the asset list if it supports thumbnails. Recursively searches through its references for more assets
Parameters
| Name | Description |
|---|---|
| Obj | the object to inspect |
| Obj | the object to inspect |