FBuildWorkerBuilder

Unreal Engine C++ API Reference > Developer > DerivedDataCache

References

   
Module DerivedDataCache
Header /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildWorker.h
Include #include "DerivedDataBuildWorker.h"

Syntax

class FBuildWorkerBuilder  

Destructors

Type Name Description
  ~FBuildWorkerBuilder ()  

Functions

Type Name Description
void AddExecutable ( FStringView Path, const FIoHash& RawHash, uint64 RawSize )  
void AddFile ( FStringView Path, const FIoHash& RawHash, uint64 RawSize )  
void AddFunction ( FUtf8StringView Name, const FGuid& Version )  
void SetBuildSystemVersion ( const FGuid& Version )  
void SetEnvironment ( FStringView Name, FStringView Value )  
void SetHostPlatform ( FStringView Name )  
void SetName ( FStringView Name )  
void SetPath ( FStringView Path )  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library