FDerivedDataBackendInterface::FBackendDebugOptions::ParseFromTokens

Fill in the provided structure based on the name of the node (e.g. 'shared') and the provided token stream

Windows
MacOS
Linux

References

Module

DerivedDataCache

Header

/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBackendInterface.h

Include

#include "DerivedDataBackendInterface.h"

Source

/Engine/Source/Developer/DerivedDataCache/Private/DerivedDataBackends.cpp

Syntax

static bool ParseFromTokens
(
    FBackendDebugOptions & OutOptions,
    const TCHAR * InNodeName,
    const TCHAR * InTokens
)

Remarks

Fill in the provided structure based on the name of the node (e.g. 'shared') and the provided token stream

Parse debug options for the provided node name. Returns true if any options were specified

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