IAssetRegistry::StripAssetRegistryKeyForObject

Removes a key from the key value pairs for an object

Windows
MacOS
Linux

References

Module

AssetRegistry

Header

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

Include

#include "IAssetRegistry.h"

Syntax

void StripAssetRegistryKeyForObject
(
    FName ObjectPath,
    FName Key
)

Remarks

Removes a key from the key value pairs for an object

Returns

the reduction in memory from removing this key

Parameters

Parameter

Description

ObjectPath

the path of the object to be trimmed

Key

the key to remove

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