className
stringlengths 1
167
| headerPath
stringlengths 14
166
| description
stringlengths 0
1.62k
| module
stringlengths 0
76
| code
stringlengths 0
11.4k
| variables
listlengths 0
395
|
---|---|---|---|---|---|
IBuildDefinitionBuilderInternal::AddConstant | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildDefinition.h | DerivedDataCache | void AddConstant ( FUtf8StringView Key, const [FCbObject](API\Runtime\Core\Serialization\FCbObject) & Value ) | [] |
|
IBuildDefinitionBuilderInternal::AddInputBuild | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildDefinition.h | DerivedDataCache | void AddInputBuild ( FUtf8StringView Key, const [FBuildValueKey](API\Developer\DerivedDataCache\FBuildValueKey) & ValueKey ) | [] |
|
IBuildDefinitionBuilderInternal::AddInputBulkData | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildDefinition.h | DerivedDataCache | void AddInputBulkData ( FUtf8StringView Key, const [FGuid](API\Runtime\Core\Misc\FGuid) & BulkDataId ) | [] |
|
IBuildDefinitionBuilderInternal::AddInputFile | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildDefinition.h | DerivedDataCache | void AddInputFile ( FUtf8StringView Key, FUtf8StringView Path ) | [] |
|
IBuildDefinitionBuilderInternal::AddInputHash | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildDefinition.h | DerivedDataCache | void AddInputHash ( FUtf8StringView Key, const [FIoHash](API\Runtime\Core\IO\FIoHash) & RawHash ) | [] |
|
IBuildDefinitionBuilderInternal::Build | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildDefinition.h | DerivedDataCache | [FBuildDefinition](API\Developer\DerivedDataCache\FBuildDefinition) Build() | [] |
|
IBuildDefinitionBuilderInternal::~IBuildDefinitionBuilderInternal | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildDefinition.h | DerivedDataCache | virtual ~IBuildDefinitionBuilderInternal() | [] |
|
IBuildDefinitionBuilderInternal | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildDefinition.h | DerivedDataCache | class IBuildDefinitionBuilderInternal | [] |
|
IBuildDefinitionInternal::AddRef | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildDefinition.h | DerivedDataCache | void AddRef() const | [] |
|
IBuildDefinitionInternal::GetFunction | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildDefinition.h | DerivedDataCache | const [FUtf8SharedString](API\Developer\DerivedDataCache\FUtf8SharedString) & GetFunction() const | [] |
|
IBuildDefinitionInternal::GetKey | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildDefinition.h | DerivedDataCache | const [FBuildKey](API\Developer\DerivedDataCache\FBuildKey) & GetKey() const | [] |
|
IBuildDefinitionInternal::GetName | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildDefinition.h | DerivedDataCache | const [FSharedString](API\Runtime\CoreUObject\Serialization\FSharedString) & GetName() const | [] |
|
IBuildDefinitionInternal::HasInputs | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildDefinition.h | DerivedDataCache | bool HasInputs() const | [] |
|
IBuildDefinitionInternal::HasConstants | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildDefinition.h | DerivedDataCache | bool HasConstants() const | [] |
|
IBuildDefinitionInternal::IterateConstants | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildDefinition.h | DerivedDataCache | void IterateConstants ( [TFunctionRef](API\Runtime\Core\GenericPlatform\TFunctionRef)< void(FUtf8StringView Key, [FCbObject](API\Runtime\Core\Serialization\FCbObject) &&Value)> Visitor ) const | [] |
|
IBuildDefinitionInternal::IterateInputBuilds | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildDefinition.h | DerivedDataCache | void IterateInputBuilds ( [TFunctionRef](API\Runtime\Core\GenericPlatform\TFunctionRef)< void(FUtf8StringView Key, const [FBuildValueKey](API\Developer\DerivedDataCache\FBuildValueKey) &ValueKey)> Visitor ) const | [] |
|
IBuildDefinitionInternal::IterateInputBulkData | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildDefinition.h | DerivedDataCache | void IterateInputBulkData ( [TFunctionRef](API\Runtime\Core\GenericPlatform\TFunctionRef)< void(FUtf8StringView Key, const [FGuid](API\Runtime\Core\Misc\FGuid) &BulkDataId)> Visitor ) const | [] |
|
IBuildDefinitionInternal::IterateInputFiles | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildDefinition.h | DerivedDataCache | void IterateInputFiles ( [TFunctionRef](API\Runtime\Core\GenericPlatform\TFunctionRef)< void(FUtf8StringView Key, FUtf8StringView Path)> Visitor ) const | [] |
|
IBuildDefinitionInternal::IterateInputHashes | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildDefinition.h | DerivedDataCache | void IterateInputHashes ( [TFunctionRef](API\Runtime\Core\GenericPlatform\TFunctionRef)< void(FUtf8StringView Key, const [FIoHash](API\Runtime\Core\IO\FIoHash) &RawHash)> Visitor ) const | [] |
|
IBuildDefinitionInternal::Release | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildDefinition.h | DerivedDataCache | void Release() const | [] |
|
IBuildDefinitionInternal::Save | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildDefinition.h | DerivedDataCache | void Save ( [FCbWriter](API\Runtime\Core\Serialization\FCbWriter) & Writer ) const | [] |
|
IBuildDefinitionInternal::~IBuildDefinitionInternal | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildDefinition.h | DerivedDataCache | virtual ~IBuildDefinitionInternal() | [] |
|
IBuildDefinitionInternal | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildDefinition.h | DerivedDataCache | class IBuildDefinitionInternal | [] |
|
IBuildFunction::Build | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildFunction.h | The build is considered to be successful unless an error was logged during its execution. | DerivedDataCache | void Build ( [FBuildContext](API\Developer\DerivedDataCache\FBuildContext) & Context ) const | [] |
IBuildFunction::CancelAsyncBuild | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildFunction.h | This function is only called when canceling a build that has called BeginAsyncBuild, which requires this to be implemented to return only after EndAsyncBuild has been called exactly once on the given context. Due to timing, this can be called after EndAsyncBuild, and must handle that case, but will never be called unless BeginAsyncBuild has been called. | DerivedDataCache | virtual void CancelAsyncBuild ( [FBuildContext](API\Developer\DerivedDataCache\FBuildContext) & Context ) const | [] |
IBuildFunction::Configure | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildFunction.h | The default configuration is to use the function name as the cache bucket, use the default cache policy, use the default build policy, and enable non-deterministic output checks. | DerivedDataCache | virtual void Configure ( [FBuildConfigContext](API\Developer\DerivedDataCache\FBuildConfigContext) & Context ) const | [] |
IBuildFunction::GetName | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildFunction.h | Returns the name of the build function, which identifies it in a build definition. | DerivedDataCache | const [FUtf8SharedString](API\Developer\DerivedDataCache\FUtf8SharedString) & GetName() const | [] |
IBuildFunction::GetVersion | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildFunction.h | Returns the version of the build function, which must change when the function changes. | DerivedDataCache | [FGuid](API\Runtime\Core\Misc\FGuid) GetVersion() const | [] |
IBuildFunction::~IBuildFunction | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildFunction.h | DerivedDataCache | virtual ~IBuildFunction() | [] |
|
IBuildFunction | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildFunction.h | TBuildFunctionFactory | DerivedDataCache | class IBuildFunction | [] |
FeatureName | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildFunctionFactory.h | DerivedDataCache | static const [FLazyName](API\Runtime\Core\UObject\FLazyName) FeatureName {"BuildFunctionFactory"}; | [] |
|
IBuildFunctionFactory::GetFunction | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildFunctionFactory.h | Returns the build function associated with this factory. | DerivedDataCache | const [IBuildFunction](API\Developer\DerivedDataCache\IBuildFunction) & GetFunction() const | [] |
IBuildFunctionFactory | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildFunctionFactory.h | DO NOT USE DIRECTLY. Base for the build function factory. UseTBuildFunctionFactory. | DerivedDataCache | class IBuildFunctionFactory : public [IModularFeature](API\Runtime\Core\Features\IModularFeature) | [] |
IBuildFunctionRegistry::FindFunction | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildFunctionRegistry.h | Find a function by name. Returns null if not found. Safe to call from a scheduled job or the main thread. | DerivedDataCache | const [IBuildFunction](API\Developer\DerivedDataCache\IBuildFunction) * FindFunction ( FUtf8StringView Function ) const | [] |
IBuildFunctionRegistry::FindFunctionVersion | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildFunctionRegistry.h | Find a function version by name. Returns zero if not found. Safe to call from any thread. | DerivedDataCache | [FGuid](API\Runtime\Core\Misc\FGuid) FindFunctionVersion ( FUtf8StringView Function ) const | [] |
IBuildFunctionRegistry::IterateFunctionVersions | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildFunctionRegistry.h | Iterate the complete list of build function versions. Safe to call from any thread. | DerivedDataCache | void IterateFunctionVersions ( [TFunctionRef](API\Runtime\Core\GenericPlatform\TFunctionRef)< void(FUtf8StringView Name, const [FGuid](API\Runtime\Core\Misc\FGuid) &Version)> Visitor ) const | [] |
IBuildFunctionRegistry::~IBuildFunctionRegistry | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildFunctionRegistry.h | DerivedDataCache | virtual ~IBuildFunctionRegistry() | [] |
|
IBuildFunctionRegistry | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildFunctionRegistry.h | A build function registry maintains a collection of build functions. | DerivedDataCache | class IBuildFunctionRegistry | [] |
IBuildInputResolver::ResolveInputData | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildInputResolver.h | Asynchronous request to resolve data for the inputs from the definition. | DerivedDataCache | virtual void ResolveInputData ( const [FBuildDefinition](API\Developer\DerivedDataCache\FBuildDefinition) & Definition, [IRequestOwner](API\Developer\DerivedDataCache\IRequestOwner) & Owner, [FOnBuildInputDataResolved](API\Developer\DerivedDataCache\FOnBuildInputDataResolved) && OnResolved, [FBuildInputFilter](API\Developer\DerivedDataCache\FBuildInputFilter) && Filter ) | [] |
IBuildInputResolver::ResolveInputData | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildInputResolver.h | Asynchronous request to resolve data for the inputs from the action. | DerivedDataCache | virtual void ResolveInputData ( const [FBuildAction](API\Developer\DerivedDataCache\FBuildAction) & Action, [IRequestOwner](API\Developer\DerivedDataCache\IRequestOwner) & Owner, [FOnBuildInputDataResolved](API\Developer\DerivedDataCache\FOnBuildInputDataResolved) && OnResolved, [FBuildInputFilter](API\Developer\DerivedDataCache\FBuildInputFilter) && Filter ) | [] |
IBuildInputResolver::ResolveInputMeta | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildInputResolver.h | Asynchronous request to resolve metadata for the inputs from the definition. | DerivedDataCache | virtual void ResolveInputMeta ( const [FBuildDefinition](API\Developer\DerivedDataCache\FBuildDefinition) & Definition, [IRequestOwner](API\Developer\DerivedDataCache\IRequestOwner) & Owner, [FOnBuildInputMetaResolved](API\Developer\DerivedDataCache\FOnBuildInputMetaResolved) && OnResolved ) | [] |
IBuildInputResolver::ResolveKey | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildInputResolver.h | Asynchronous request to resolve a definition from a key. | DerivedDataCache | virtual void ResolveKey ( const [FBuildKey](API\Developer\DerivedDataCache\FBuildKey) & Key, [IRequestOwner](API\Developer\DerivedDataCache\IRequestOwner) & Owner, [FOnBuildKeyResolved](API\Developer\DerivedDataCache\FOnBuildKeyResolved) && OnResolved ) | [] |
IBuildInputResolver::~IBuildInputResolver | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildInputResolver.h | DerivedDataCache | virtual ~IBuildInputResolver() | [] |
|
IBuildInputResolver | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildInputResolver.h | Interface to resolve references to build inputs. | DerivedDataCache | class IBuildInputResolver | [] |
IBuildInputsBuilderInternal::Build | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildInputs.h | DerivedDataCache | [FBuildInputs](API\Developer\DerivedDataCache\FBuildInputs) Build() | [] |
|
IBuildInputsBuilderInternal::AddInput | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildInputs.h | DerivedDataCache | void AddInput ( FUtf8StringView Key, const [FCompressedBuffer](API\Runtime\Core\Compression\FCompressedBuffer) & Buffer ) | [] |
|
IBuildInputsBuilderInternal::~IBuildInputsBuilderInternal | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildInputs.h | DerivedDataCache | virtual ~IBuildInputsBuilderInternal() | [] |
|
IBuildInputsBuilderInternal | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildInputs.h | DerivedDataCache | class IBuildInputsBuilderInternal | [] |
|
IBuildInputsInternal::AddRef | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildInputs.h | DerivedDataCache | void AddRef() const | [] |
|
IBuildInputsInternal::FindInput | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildInputs.h | DerivedDataCache | const [FCompressedBuffer](API\Runtime\Core\Compression\FCompressedBuffer) & FindInput ( FUtf8StringView Key ) const | [] |
|
IBuildInputsInternal::GetName | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildInputs.h | DerivedDataCache | const [FSharedString](API\Runtime\CoreUObject\Serialization\FSharedString) & GetName() const | [] |
|
IBuildInputsInternal::IterateInputs | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildInputs.h | DerivedDataCache | void IterateInputs ( [TFunctionRef](API\Runtime\Core\GenericPlatform\TFunctionRef)< void(FUtf8StringView Key, const [FCompressedBuffer](API\Runtime\Core\Compression\FCompressedBuffer) &Buffer)> Visitor ) const | [] |
|
IBuildInputsInternal::Release | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildInputs.h | DerivedDataCache | void Release() const | [] |
|
IBuildInputsInternal::~IBuildInputsInternal | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildInputs.h | DerivedDataCache | virtual ~IBuildInputsInternal() | [] |
|
IBuildInputsInternal | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildInputs.h | DerivedDataCache | class IBuildInputsInternal | [] |
|
IBuildJob::GetBuild | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildJob.h | Returns the build system associated with this job. | DerivedDataCache | [IBuild](API\Developer\DerivedDataCache\IBuild) & GetBuild() const | [] |
IBuildJob::GetCache | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildJob.h | Returns the cache associated with this job. | DerivedDataCache | [ICache](API\Developer\DerivedDataCache\ICache) * GetCache() const | [] |
IBuildJob::GetFunction | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildJob.h | Returns the name of the function to build with, or "Unknown" if not resolved yet. | DerivedDataCache | const [FUtf8SharedString](API\Developer\DerivedDataCache\FUtf8SharedString) & GetFunction() const | [] |
IBuildJob::GetName | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildJob.h | Returns the name by which to identify this job for logging and profiling. | DerivedDataCache | const [FSharedString](API\Runtime\CoreUObject\Serialization\FSharedString) & GetName() const | [] |
IBuildJob::SetOutput | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildJob.h | Called by the scheduler if it has cached output compatible with the build policy. | DerivedDataCache | void SetOutput ( const [FBuildOutput](API\Developer\DerivedDataCache\FBuildOutput) & Output ) | [] |
IBuildJob::SkipExecuteRemote | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildJob.h | Called by the scheduler to skip remote execution and fall back to local execution if permitted. | DerivedDataCache | void SkipExecuteRemote() | [] |
IBuildJob::StepExecution | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildJob.h | Called by the scheduler to continue this job on the calling thread. | DerivedDataCache | void StepExecution() | [] |
IBuildJob | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildJob.h | The job depends on the build scheduler to move it through its states. That relationship allows the scheduler more control over resources such as: memory, compute, storage, network. | DerivedDataCache | class IBuildJob | [] |
IBuildJobSchedule::EditParameters | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildScheduler.h | DerivedDataCache | [FBuildSchedulerParams](API\Developer\DerivedDataCache\FBuildSchedulerParams) & EditParameters() | [] |
|
IBuildJobSchedule::EndJob | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildScheduler.h | End processing of the job by this scheduler. Always paired withIBuildScheduler::BeginJob. | DerivedDataCache | void EndJob() | [] |
IBuildJobSchedule::ScheduleCacheStore | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildScheduler.h | Calls StepExecution() now or later. | DerivedDataCache | void ScheduleCacheStore() | [] |
IBuildJobSchedule::ScheduleCacheQuery | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildScheduler.h | Calls StepExecution() now or later. | DerivedDataCache | void ScheduleCacheQuery() | [] |
IBuildJobSchedule::ScheduleExecuteLocal | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildScheduler.h | Calls StepExecution() now or later. | DerivedDataCache | void ScheduleExecuteLocal() | [] |
IBuildJobSchedule::ScheduleExecuteRemote | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildScheduler.h | Calls StepExecution() or SkipExecuteRemote() now or later. | DerivedDataCache | void ScheduleExecuteRemote() | [] |
IBuildJobSchedule::ScheduleResolveInputData | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildScheduler.h | SkipExecuteRemote() won't be called unless MissingRemoteInputsSize is non-zero. | DerivedDataCache | void ScheduleResolveInputData() | [] |
IBuildJobSchedule::ScheduleResolveInputMeta | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildScheduler.h | Calls StepExecution() now or later. | DerivedDataCache | void ScheduleResolveInputMeta() | [] |
IBuildJobSchedule::ScheduleResolveKey | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildScheduler.h | Calls StepExecution() now or later. | DerivedDataCache | void ScheduleResolveKey() | [] |
IBuildJobSchedule::~IBuildJobSchedule | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildScheduler.h | DerivedDataCache | virtual ~IBuildJobSchedule() | [] |
|
IBuildJobSchedule | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildScheduler.h | Scheduling interface and context for a build job. | DerivedDataCache | class IBuildJobSchedule | [] |
IBuildOutputBuilderInternal::AddLog | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildOutput.h | DerivedDataCache | void AddLog ( const [FBuildOutputLog](API\Developer\DerivedDataCache\FBuildOutputLog) & Log ) | [] |
|
IBuildOutputBuilderInternal::AddMessage | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildOutput.h | DerivedDataCache | void AddMessage ( const [FBuildOutputMessage](API\Developer\DerivedDataCache\FBuildOutputMessage) & Message ) | [] |
|
IBuildOutputBuilderInternal::AddValue | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildOutput.h | DerivedDataCache | void AddValue ( const [FValueId](API\Developer\DerivedDataCache\FValueId) & Id, const [FValue](API\Developer\DerivedDataCache\FValue) & Value ) | [] |
|
IBuildOutputBuilderInternal::Build | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildOutput.h | DerivedDataCache | [FBuildOutput](API\Developer\DerivedDataCache\FBuildOutput) Build() | [] |
|
IBuildOutputBuilderInternal::HasError | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildOutput.h | DerivedDataCache | bool HasError() const | [] |
|
IBuildOutputBuilderInternal::SetMeta | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildOutput.h | DerivedDataCache | void SetMeta ( [FCbObject](API\Runtime\Core\Serialization\FCbObject) && Meta ) | [] |
|
IBuildOutputBuilderInternal::~IBuildOutputBuilderInternal | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildOutput.h | DerivedDataCache | virtual ~IBuildOutputBuilderInternal() | [] |
|
IBuildOutputBuilderInternal | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildOutput.h | DerivedDataCache | class IBuildOutputBuilderInternal | [] |
|
IBuildOutputInternal::AddRef | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildOutput.h | DerivedDataCache | void AddRef() const | [] |
|
IBuildOutputInternal::GetMessages | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildOutput.h | DerivedDataCache | TConstArrayView< [FBuildOutputMessage](API\Developer\DerivedDataCache\FBuildOutputMessage) > GetMessages() const | [] |
|
IBuildOutputInternal::GetFunction | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildOutput.h | DerivedDataCache | const [FUtf8SharedString](API\Developer\DerivedDataCache\FUtf8SharedString) & GetFunction() const | [] |
|
IBuildOutputInternal::GetLogs | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildOutput.h | DerivedDataCache | TConstArrayView< [FBuildOutputLog](API\Developer\DerivedDataCache\FBuildOutputLog) > GetLogs() const | [] |
|
IBuildOutputInternal::GetMeta | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildOutput.h | DerivedDataCache | const [FCbObject](API\Runtime\Core\Serialization\FCbObject) & GetMeta() const | [] |
|
IBuildOutputInternal::GetName | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildOutput.h | DerivedDataCache | const [FSharedString](API\Runtime\CoreUObject\Serialization\FSharedString) & GetName() const | [] |
|
IBuildOutputInternal::GetValue | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildOutput.h | DerivedDataCache | const [FValueWithId](API\Developer\DerivedDataCache\FValueWithId) & GetValue ( const [FValueId](API\Developer\DerivedDataCache\FValueId) & Id ) const | [] |
|
IBuildOutputInternal::GetValues | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildOutput.h | DerivedDataCache | TConstArrayView< [FValueWithId](API\Developer\DerivedDataCache\FValueWithId) > GetValues() const | [] |
|
IBuildOutputInternal::HasError | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildOutput.h | DerivedDataCache | bool HasError() const | [] |
|
IBuildOutputInternal::HasLogs | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildOutput.h | DerivedDataCache | bool HasLogs() const | [] |
|
IBuildOutputInternal::Release | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildOutput.h | DerivedDataCache | void Release() const | [] |
|
IBuildOutputInternal::Save | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildOutput.h | DerivedDataCache | void Save ( [FCbWriter](API\Runtime\Core\Serialization\FCbWriter) & Writer ) const | [] |
|
IBuildOutputInternal::Save | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildOutput.h | DerivedDataCache | void Save ( [FCacheRecordBuilder](API\Developer\DerivedDataCache\FCacheRecordBuilder) & RecordBuilder ) const | [] |
|
IBuildOutputInternal::~IBuildOutputInternal | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildOutput.h | DerivedDataCache | virtual ~IBuildOutputInternal() | [] |
|
IBuildOutputInternal | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildOutput.h | DerivedDataCache | class IBuildOutputInternal | [] |
|
IBuildPolicyShared::AddRef | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildTypes.h | DerivedDataCache | void AddRef() const | [] |
|
IBuildPolicyShared::AddValuePolicy | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildTypes.h | DerivedDataCache | void AddValuePolicy ( const [FBuildValuePolicy](API\Developer\DerivedDataCache\FBuildValuePolicy) & Policy ) | [] |
|
IBuildPolicyShared::GetValuePolicies | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildTypes.h | DerivedDataCache | TConstArrayView< [FBuildValuePolicy](API\Developer\DerivedDataCache\FBuildValuePolicy) > GetValuePolicies() const | [] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.