IBuild::CreateOutput

Create a build output builder.

Unreal Engine C++ API Reference > Developer > DerivedDataCache > IBuild

References

   
Module DerivedDataCache
Header /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuild.h
Include #include "DerivedDataBuild.h"
[FBuildOutputBuilder](API\Developer\DerivedDataCache\FBuildOutputBuilder) CreateOutput
(
    const [FSharedString](API\Runtime\CoreUObject\Serialization\FSharedString) & Name,
    const [FUtf8SharedString](API\Developer\DerivedDataCache\FUtf8SharedString) & Function
)

Remarks

Create a build output builder.

Parameters

Name Description
Name The name by which to identify this output for logging and profiling.
Function The name of the build function that produced this output.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library