FFindAssetsArchive::operator<<

Adds the object refence to the asset list if it supports thumbnails.

Windows
MacOS
Linux

Override Hierarchy

FArchive::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

Syntax

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

Parameter

Description

Obj

the object to inspect

Obj

the object to inspect

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