FAssetRegistryState::Dump

Writes out the state in textual form. Use arguments to control which segments to emit.

Windows
MacOS
Linux

References

Module

AssetRegistry

Header

/Engine/Source/Runtime/AssetRegistry/Public/AssetRegistryState.h

Include

#include "AssetRegistryState.h"

Source

/Engine/Source/Runtime/AssetRegistry/Private/AssetRegistryState.cpp

Syntax

void Dump
(
    const TArray< FString > & Arguments,
    TArray< FString > & OutLines
) const

Remarks

Writes out the state in textual form. Use arguments to control which segments to emit.

Parameters

Parameter

Description

Arguments

List of segments to emit. Possible values: 'ObjectPath', 'PackageName', 'Path', 'Class', 'Tag', 'Dependencies' and 'PackageData'

OutLines

Textual representation will be written to this array.

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