FCollectionAssetManagement

Handles the collection management for the given assets

Windows
MacOS
Linux

References

Module

AssetTools

Header

/Engine/Source/Developer/AssetTools/Public/CollectionAssetManagement.h

Include

#include "CollectionAssetManagement.h"

Syntax

class FCollectionAssetManagement

Remarks

Handles the collection management for the given assets

Constructors

Name Description

Public function

FCollectionAssetManagement()

Constructor

Destructors

Name Description

Public function

~FCollectionAssetManagement()

Destructor

Functions

Name Description

Public function

void

 

AddCurrentAssetsToCollection

(
    FCollectionNameType InCollectionKey
)

Add the current assets to the given collection

Public function Const

ECheckBoxSta...

 

GetCollectionCheckState

(
    FCollectionNameType InCollectionKey
)

Get the check box state the given collection should use in any management UIs

Public function Const

bool

 

IsCollectionEnabled

(
    FCollectionNameType InCollectionKey
)

Return whether or not the given collection should be enabled in any management UIs

Public function

void

 

RemoveCurrentAssetsFromCollection

(
    FCollectionNameType InCollectionKey
)

Remove the current assets from the given collection

Public function

void

 

SetCurrentAssetPaths

(
    const TArray< FName >& CurrentAsse...
)

Set the asset paths that we are currently observing and managing the collection state of

Public function

void

 

SetCurrentAssets

(
    const TArray< FAssetData >& Curren...
)

Set the assets that we are currently observing and managing the collection state of

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