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
|
---|---|---|---|---|---|
FRequestBarrier::FRequestBarrier
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataRequestOwner.h
|
DerivedDataCache
|
FRequestBarrier ( const [FRequestBarrier](API\Developer\DerivedDataCache\FRequestBarrier) & )
|
[] |
|
FRequestBarrier::FRequestBarrier
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataRequestOwner.h
|
DerivedDataCache
|
FRequestBarrier ( [IRequestOwner](API\Developer\DerivedDataCache\IRequestOwner) & InOwner, [ERequestBarrierFlags](API\Developer\DerivedDataCache\UE__DerivedData__ERequestBarrier-) InFlags )
|
[] |
|
FRequestBarrier::~FRequestBarrier
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataRequestOwner.h
|
DerivedDataCache
|
~FRequestBarrier()
|
[] |
|
FRequestBarrier
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataRequestOwner.h
|
An owner may not consider its execution to be complete in the presence of a barrier, and needs to take note of priority changes that occur while within a barrier, since newly-added requests may have been created with the previous priority value.
|
DerivedDataCache
|
class FRequestBarrier
|
[] |
FRequestBase::AddRef
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataRequest.h
|
Add a reference to the request.
|
DerivedDataCache
|
virtual void AddRef() const
|
[] |
FRequestBase::operator=
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataRequest.h
|
DerivedDataCache
|
[FRequestBase](API\Developer\DerivedDataCache\FRequestBase) & operator= ( const [FRequestBase](API\Developer\DerivedDataCache\FRequestBase) & )
|
[] |
|
FRequestBase::FRequestBase
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataRequest.h
|
DerivedDataCache
|
FRequestBase()
|
[] |
|
FRequestBase::Release
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataRequest.h
|
Release a reference. The request is deleted when the last reference is released.
|
DerivedDataCache
|
virtual void Release() const
|
[] |
FRequestBase::FRequestBase
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataRequest.h
|
DerivedDataCache
|
FRequestBase ( const [FRequestBase](API\Developer\DerivedDataCache\FRequestBase) & )
|
[] |
|
FRequestBase::~FRequestBase
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataRequest.h
|
DerivedDataCache
|
~FRequestBase()
|
[] |
|
FRequestBase
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataRequest.h
|
An asynchronous request base type that provides reference counting.
|
DerivedDataCache
|
class FRequestBase : public [UE::DerivedData::IRequest](API\Developer\DerivedDataCache\IRequest)
|
[] |
FRequestOwner::GetPriority
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataRequestOwner.h
|
Returns the priority that new requests are expected to inherit.
|
DerivedDataCache
|
[EPriority](API\Developer\DerivedDataCache\UE__DerivedData__EPriority) GetPriority() const
|
[] |
FRequestOwner::IsCanceled
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataRequestOwner.h
|
Returns whether the owner has been canceled, which new requests are expected to check.
|
DerivedDataCache
|
bool IsCanceled() const
|
[] |
FRequestOwner::KeepAlive
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataRequestOwner.h
|
Keep requests in the owner alive until complete, even after destruction of the owner.
|
DerivedDataCache
|
void KeepAlive()
|
[] |
FRequestOwner::LaunchTask
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataRequestOwner.h
|
Launches a task that executes the task body when scheduled. SeeIRequestOwner::LaunchTask.
|
DerivedDataCache
|
void LaunchTask ( const TCHAR * DebugName, [TUniqueFunction](API\Runtime\Core\Templates\TUniqueFunction)< void()> && TaskBody )
|
[] |
FRequestOwner::operator IRequest *
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataRequestOwner.h
|
Access as a request.
|
DerivedDataCache
|
operator IRequest *()
|
[] |
FRequestOwner::operator IRequestOwner &
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataRequestOwner.h
|
Access as a request owner.
|
DerivedDataCache
|
operator IRequestOwner &()
|
[] |
FRequestOwner::operator=
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataRequestOwner.h
|
DerivedDataCache
|
[FRequestOwner](API\Developer\DerivedDataCache\FRequestOwner) & operator= ( [FRequestOwner](API\Developer\DerivedDataCache\FRequestOwner) && )
|
[] |
|
FRequestOwner::operator=
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataRequestOwner.h
|
DerivedDataCache
|
[FRequestOwner](API\Developer\DerivedDataCache\FRequestOwner) & operator= ( const [FRequestOwner](API\Developer\DerivedDataCache\FRequestOwner) & )
|
[] |
|
FRequestOwner::Poll
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataRequestOwner.h
|
Poll whether the owner has any active requests or barriers.
|
DerivedDataCache
|
bool Poll() const
|
[] |
FRequestOwner::SetPriority
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataRequestOwner.h
|
Set the priority of active and future requests in the owner.
|
DerivedDataCache
|
void SetPriority ( [EPriority](API\Developer\DerivedDataCache\UE__DerivedData__EPriority) Priority )
|
[] |
FRequestOwner::Wait
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataRequestOwner.h
|
Wait for any active and future requests or barriers in the owner.
|
DerivedDataCache
|
void Wait()
|
[] |
FRequestOwner::Cancel
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataRequestOwner.h
|
Cancel any active and future requests in the owner.
|
DerivedDataCache
|
void Cancel()
|
[] |
FRequestOwner::FRequestOwner
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataRequestOwner.h
|
Construct a request owner with the given priority.
|
DerivedDataCache
|
FRequestOwner ( [EPriority](API\Developer\DerivedDataCache\UE__DerivedData__EPriority) Priority )
|
[] |
FRequestOwner::FRequestOwner
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataRequestOwner.h
|
DerivedDataCache
|
FRequestOwner ( [FRequestOwner](API\Developer\DerivedDataCache\FRequestOwner) && )
|
[] |
|
FRequestOwner::FRequestOwner
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataRequestOwner.h
|
DerivedDataCache
|
FRequestOwner ( const [FRequestOwner](API\Developer\DerivedDataCache\FRequestOwner) & )
|
[] |
|
FRequestOwner
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataRequestOwner.h
|
IRequestOwner
|
DerivedDataCache
|
class FRequestOwner
|
[] |
FUtf8SharedString
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataSharedStringFwd.h
|
DerivedDataCache
|
typedef [TSharedString](API\Runtime\CoreUObject\Serialization\TSharedString)< [UTF8CHAR](API\Runtime\Core\GenericPlatform\FGenericPlatformTypes\UTF8CHAR) > FUtf8SharedString
|
[] |
|
FValue::Compress
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValue.h
|
Compress the buffer to a value using default derived data compression parameters.
|
DerivedDataCache
|
static [FValue](API\Developer\DerivedDataCache\FValue) Compress ( const [FCompositeBuffer](API\Runtime\Core\Memory\FCompositeBuffer) & RawData, uint64 BlockSize )
|
[] |
FValue::Compress
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValue.h
|
Compress the buffer to a value using default derived data compression parameters.
|
DerivedDataCache
|
static [FValue](API\Developer\DerivedDataCache\FValue) Compress ( const [FSharedBuffer](API\Runtime\Core\Memory\FSharedBuffer) & RawData, uint64 BlockSize )
|
[] |
FValue::GetData
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValue.h
|
Returns the compressed buffer for the value. May be null.
|
DerivedDataCache
|
const [FCompressedBuffer](API\Runtime\Core\Compression\FCompressedBuffer) & GetData() const
|
[] |
FValue::GetRawHash
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValue.h
|
Returns the hash of the raw buffer (uncompressed) for the value.
|
DerivedDataCache
|
const [FIoHash](API\Runtime\Core\IO\FIoHash) & GetRawHash() const
|
[] |
FValue::HasData
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValue.h
|
Whether the compressed buffer for the value is available.
|
DerivedDataCache
|
bool HasData() const
|
[] |
FValue::GetRawSize
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValue.h
|
Returns the size of the raw buffer (uncompressed) for the value.
|
DerivedDataCache
|
uint64 GetRawSize() const
|
[] |
Null
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValue.h
|
A null value.
|
DerivedDataCache
|
static const [FValue](API\Developer\DerivedDataCache\FValue) Null;
|
[] |
FValue::RemoveData
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValue.h
|
Create a copy of the value with the data removed.
|
DerivedDataCache
|
[FValue](API\Developer\DerivedDataCache\FValue) RemoveData() const
|
[] |
FValue::Reset
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValue.h
|
Reset this to null.
|
DerivedDataCache
|
void Reset()
|
[] |
FValue::FValue
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValue.h
|
Construct a null value, which is a hash and size of zero with no data.
|
DerivedDataCache
|
FValue()
|
[] |
FValue::FValue
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValue.h
|
Construct a value from a compressed buffer, which is cloned if not owned.
|
DerivedDataCache
|
FValue ( const [FCompressedBuffer](API\Runtime\Core\Compression\FCompressedBuffer) & Data )
|
[] |
FValue::FValue
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValue.h
|
Construct a null value, which is a hash and size of zero with no data.
|
DerivedDataCache
|
FValue ( [FCompressedBuffer](API\Runtime\Core\Compression\FCompressedBuffer) && Data )
|
[] |
FValue::FValue
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValue.h
|
Construct a value reference from the hash and size of its data.
|
DerivedDataCache
|
FValue ( const [FIoHash](API\Runtime\Core\IO\FIoHash) & RawHash, uint64 RawSize )
|
[] |
FValue
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValue.h
|
A value without data may be used as a reference to the value.
|
DerivedDataCache
|
class FValue
|
[] |
ByteArray
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValueId.h
|
DerivedDataCache
|
typedef uint8[12] ByteArray
|
[] |
|
FValueId::FromHash
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValueId.h
|
Construct an ID from a non-zero hash.
|
DerivedDataCache
|
static [FValueId](API\Developer\DerivedDataCache\FValueId) FromHash ( const [FIoHash](API\Runtime\Core\IO\FIoHash) & Hash )
|
[] |
FValueId::FromName
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValueId.h
|
Construct an ID from a non-empty name.
|
DerivedDataCache
|
static [FValueId](API\Developer\DerivedDataCache\FValueId) FromName ( FUtf8StringView Name )
|
[] |
FValueId::GetBytes
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValueId.h
|
Returns a reference to the raw byte array for the ID.
|
DerivedDataCache
|
const [ByteArray](API\Developer\DerivedDataCache\FValueId\ByteArray) & GetBytes() const
|
[] |
FValueId::FromName
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValueId.h
|
Construct an ID from a non-empty name.
|
DerivedDataCache
|
static [FValueId](API\Developer\DerivedDataCache\FValueId) FromName ( FWideStringView Name )
|
[] |
FValueId::GetView
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValueId.h
|
Returns a view of the raw byte array for the ID.
|
DerivedDataCache
|
FMemoryView GetView() const
|
[] |
FValueId::IsNull
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValueId.h
|
Whether this is null.
|
DerivedDataCache
|
bool IsNull() const
|
[] |
FValueId::IsValid
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValueId.h
|
Whether this is not null.
|
DerivedDataCache
|
bool IsValid() const
|
[] |
Null
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValueId.h
|
A null ID.
|
DerivedDataCache
|
static const [FValueId](API\Developer\DerivedDataCache\FValueId) Null;
|
[] |
FValueId::operator FCbObjectId
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValueId.h
|
Returns the ID as a Compact Binary Object ID.
|
DerivedDataCache
|
operator FCbObjectId() const
|
[] |
FValueId::Reset
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValueId.h
|
Reset this to null.
|
DerivedDataCache
|
void Reset()
|
[] |
FValueId::FValueId
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValueId.h
|
Construct a null ID.
|
DerivedDataCache
|
FValueId()
|
[] |
FValueId::FValueId
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValueId.h
|
Construct an ID from an array of 12 bytes.
|
DerivedDataCache
|
FValueId ( const [ByteArray](API\Developer\DerivedDataCache\FValueId\ByteArray) & Id )
|
[] |
FValueId::FValueId
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValueId.h
|
Construct an ID from a view of 12 bytes.
|
DerivedDataCache
|
FValueId ( FMemoryView Id )
|
[] |
FValueId::FValueId
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValueId.h
|
Construct an ID from a Compact Binary Object ID.
|
DerivedDataCache
|
FValueId ( const [FCbObjectId](API\Runtime\Core\Serialization\FCbObjectId) & Id )
|
[] |
FValueId
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValueId.h
|
A 12-byte value that uniquely identifies a value in the context that it was created.
|
DerivedDataCache
|
struct FValueId
|
[] |
FValueWithId::GetId
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValue.h
|
Returns the ID for the value.
|
DerivedDataCache
|
const [FValueId](API\Developer\DerivedDataCache\FValueId) & GetId() const
|
[] |
FValueWithId::IsNull
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValue.h
|
Whether this is null.
|
DerivedDataCache
|
bool IsNull() const
|
[] |
FValueWithId::IsValid
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValue.h
|
Whether this is not null.
|
DerivedDataCache
|
bool IsValid() const
|
[] |
Null
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValue.h
|
A null value with a null ID.
|
DerivedDataCache
|
static const [FValueWithId](API\Developer\DerivedDataCache\FValueWithId) Null;
|
[] |
FValueWithId::operator bool
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValue.h
|
Whether this is not null.
|
DerivedDataCache
|
operator bool() const
|
[] |
FValueWithId::Reset
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValue.h
|
Reset this to null.
|
DerivedDataCache
|
void Reset()
|
[] |
FValueWithId::RemoveData
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValue.h
|
Create a copy of the value with the data removed.
|
DerivedDataCache
|
[FValueWithId](API\Developer\DerivedDataCache\FValueWithId) RemoveData() const
|
[] |
FValueWithId::FValueWithId
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValue.h
|
Construct a null value.
|
DerivedDataCache
|
FValueWithId()
|
[] |
FValueWithId::FValueWithId
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValue.h
|
Construct a value with a non-null ID and forward the other args toFValue().
|
DerivedDataCache
|
template<typename... ArgTypes> FValueWithId ( const [FValueId](API\Developer\DerivedDataCache\FValueId) & Id, ArgTypes &&... Args )
|
[] |
FValueWithId
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValue.h
|
May have a null value with a non-null ID. A non-null value must have a non-null ID.
|
DerivedDataCache
|
class FValueWithId : public [UE::DerivedData::FValue](API\Developer\DerivedDataCache\FValue)
|
[] |
FWideSharedString
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataSharedStringFwd.h
|
DerivedDataCache
|
typedef [TSharedString](API\Runtime\CoreUObject\Serialization\TSharedString)< WIDECHAR > FWideSharedString
|
[] |
|
GatherDerivedDataCacheResourceStats
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheUsageStats.h
|
DerivedDataCache
|
void GatherDerivedDataCacheResourceStats ( [TArray](API\Runtime\Core\Containers\TArray)< [FDerivedDataCacheResourceStat](API\Developer\DerivedDataCache\FDerivedDataCacheResourceStat) > & DDCResourceStats )
|
[] |
|
GatherDerivedDataCacheSummaryStats
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheUsageStats.h
|
DerivedDataCache
|
void GatherDerivedDataCacheSummaryStats ( [FDerivedDataCacheSummaryStats](API\Developer\DerivedDataCache\FDerivedDataCacheSummaryStats) & DDCSummaryStats )
|
[] |
|
IBuild::CreateAction
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuild.h
|
Create a build action builder.
|
DerivedDataCache
|
[FBuildActionBuilder](API\Developer\DerivedDataCache\FBuildActionBuilder) CreateAction ( const [FSharedString](API\Runtime\CoreUObject\Serialization\FSharedString) & Name, const [FUtf8SharedString](API\Developer\DerivedDataCache\FUtf8SharedString) & Function )
|
[] |
IBuild::CreateDefinition
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuild.h
|
Create a build definition builder.
|
DerivedDataCache
|
[FBuildDefinitionBuilder](API\Developer\DerivedDataCache\FBuildDefinitionBuilder) CreateDefinition ( const [FSharedString](API\Runtime\CoreUObject\Serialization\FSharedString) & Name, const [FUtf8SharedString](API\Developer\DerivedDataCache\FUtf8SharedString) & Function )
|
[] |
IBuild::CreateInputs
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuild.h
|
Create a build inputs builder.
|
DerivedDataCache
|
[FBuildInputsBuilder](API\Developer\DerivedDataCache\FBuildInputsBuilder) CreateInputs ( const [FSharedString](API\Runtime\CoreUObject\Serialization\FSharedString) & Name )
|
[] |
IBuild::CreateOutput
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuild.h
|
Create a build output builder.
|
DerivedDataCache
|
[FBuildOutputBuilder](API\Developer\DerivedDataCache\FBuildOutputBuilder) CreateOutput ( const [FSharedString](API\Runtime\CoreUObject\Serialization\FSharedString) & Name, const [FUtf8SharedString](API\Developer\DerivedDataCache\FUtf8SharedString) & Function )
|
[] |
IBuild::CreateSession
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuild.h
|
A default scheduler is used if one is not provided. Using the default is recommended.
|
DerivedDataCache
|
[FBuildSession](API\Developer\DerivedDataCache\FBuildSession) CreateSession ( const [FSharedString](API\Runtime\CoreUObject\Serialization\FSharedString) & Name, [IBuildInputResolver](API\Developer\DerivedDataCache\IBuildInputResolver) * InputResolver, [IBuildScheduler](API\Developer\DerivedDataCache\IBuildScheduler) * Scheduler )
|
[] |
IBuild::GetFunctionRegistry
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuild.h
|
Returns the build function registry used by the build system.
|
DerivedDataCache
|
[IBuildFunctionRegistry](API\Developer\DerivedDataCache\IBuildFunctionRegistry) & GetFunctionRegistry() const
|
[] |
IBuild::GetVersion
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuild.h
|
This version is expected to change very infrequently, only when formats and protocols used by the build system are changed in a way that breaks compatibility. This version is incorporated into build actions to keep the build output separate for different build versions.
|
DerivedDataCache
|
const [FGuid](API\Runtime\Core\Misc\FGuid) & GetVersion() const
|
[] |
IBuild::GetWorkerRegistry
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuild.h
|
Returns the build worker registry used by the build system.
|
DerivedDataCache
|
[IBuildWorkerRegistry](API\Developer\DerivedDataCache\IBuildWorkerRegistry) & GetWorkerRegistry() const
|
[] |
IBuild::~IBuild
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuild.h
|
DerivedDataCache
|
virtual ~IBuild()
|
[] |
|
IBuild
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuild.h
|
Implement aIBuildFunction, with a unique name and version, to add values to the build context based on constants and inputs in the context. UseTBuildFunctionFactoryto add the function to the registry atIBuild::GetFunctionRegistry()to allow the build job to find it.
|
DerivedDataCache
|
class IBuild
|
[] |
IBuildActionBuilderInternal::AddConstant
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildAction.h
|
DerivedDataCache
|
void AddConstant ( FUtf8StringView Key, const [FCbObject](API\Runtime\Core\Serialization\FCbObject) & Value )
|
[] |
|
IBuildActionBuilderInternal::AddInput
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildAction.h
|
DerivedDataCache
|
void AddInput ( FUtf8StringView Key, const [FIoHash](API\Runtime\Core\IO\FIoHash) & RawHash, uint64 RawSize )
|
[] |
|
IBuildActionBuilderInternal::Build
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildAction.h
|
DerivedDataCache
|
[FBuildAction](API\Developer\DerivedDataCache\FBuildAction) Build()
|
[] |
|
IBuildActionBuilderInternal::~IBuildActionBuilderInternal
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildAction.h
|
DerivedDataCache
|
virtual ~IBuildActionBuilderInternal()
|
[] |
|
IBuildActionBuilderInternal
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildAction.h
|
DerivedDataCache
|
class IBuildActionBuilderInternal
|
[] |
|
IBuildActionInternal::AddRef
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildAction.h
|
DerivedDataCache
|
void AddRef() const
|
[] |
|
IBuildActionInternal::GetBuildSystemVersion
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildAction.h
|
DerivedDataCache
|
const [FGuid](API\Runtime\Core\Misc\FGuid) & GetBuildSystemVersion() const
|
[] |
|
IBuildActionInternal::GetFunction
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildAction.h
|
DerivedDataCache
|
const [FUtf8SharedString](API\Developer\DerivedDataCache\FUtf8SharedString) & GetFunction() const
|
[] |
|
IBuildActionInternal::GetFunctionVersion
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildAction.h
|
DerivedDataCache
|
const [FGuid](API\Runtime\Core\Misc\FGuid) & GetFunctionVersion() const
|
[] |
|
IBuildActionInternal::GetKey
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildAction.h
|
DerivedDataCache
|
const [FBuildActionKey](API\Developer\DerivedDataCache\FBuildActionKey) & GetKey() const
|
[] |
|
IBuildActionInternal::GetName
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildAction.h
|
DerivedDataCache
|
const [FSharedString](API\Runtime\CoreUObject\Serialization\FSharedString) & GetName() const
|
[] |
|
IBuildActionInternal::HasConstants
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildAction.h
|
DerivedDataCache
|
bool HasConstants() const
|
[] |
|
IBuildActionInternal::HasInputs
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildAction.h
|
DerivedDataCache
|
bool HasInputs() const
|
[] |
|
IBuildActionInternal::IterateConstants
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildAction.h
|
DerivedDataCache
|
void IterateConstants ( [TFunctionRef](API\Runtime\Core\GenericPlatform\TFunctionRef)< void(FUtf8StringView Key, [FCbObject](API\Runtime\Core\Serialization\FCbObject) &&Value)> Visitor ) const
|
[] |
|
IBuildActionInternal::IterateInputs
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildAction.h
|
DerivedDataCache
|
void IterateInputs ( [TFunctionRef](API\Runtime\Core\GenericPlatform\TFunctionRef)< void(FUtf8StringView Key, const [FIoHash](API\Runtime\Core\IO\FIoHash) &RawHash, uint64 RawSize)> Visitor ) const
|
[] |
|
IBuildActionInternal::Release
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildAction.h
|
DerivedDataCache
|
void Release() const
|
[] |
|
IBuildActionInternal::Save
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildAction.h
|
DerivedDataCache
|
void Save ( [FCbWriter](API\Runtime\Core\Serialization\FCbWriter) & Writer ) const
|
[] |
|
IBuildActionInternal::~IBuildActionInternal
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildAction.h
|
DerivedDataCache
|
virtual ~IBuildActionInternal()
|
[] |
|
IBuildActionInternal
|
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildAction.h
|
DerivedDataCache
|
class IBuildActionInternal
|
[] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.