Search
    Preparing search index...
    interface UEAssetModifyBulkMeta {
        getStore: (
            modifyOperationStore: IBulkOperationSettings,
            key: string,
        ) => IDgModifyInnerStore;
        key: string;
    }
    Index

    Properties

    Properties

    getStore: (
        modifyOperationStore: IBulkOperationSettings,
        key: string,
    ) => IDgModifyInnerStore
    key: string