FReferencedAssets

Data container to hold information about what is referencing a given set of assets.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/ReferencedAssetsUtils.h

Include

#include "ReferencedAssetsUtils.h"

Syntax

struct FReferencedAssets

Remarks

Data container to hold information about what is referencing a given set of assets.

Variables

Name Description

Public variable

TSet< UObject &...

 

AssetList

The set of assets that are being referenced

Public variable

UObject *

 

Referencer

The object that holding a reference to the set of assets

Constructors

Name Description

Public function

FReferencedAssets()

Default ctor

Public function

FReferencedAssets

(
    UObject* InReferencer
)

Sets the name of the referencer

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