Navigation
API > API/Plugins > API/Plugins/USDPregenWrapper
Builder for reconstructing an FTargetData from snapshot fields.
Used by storage backends to rebuild a target data from serialized form without having to depend on Core or USD headers directly. Internally creates the underlying TargetData via Core's internal::TargetDataBuilder.
| Name | FTargetDataBuilder |
| Type | class |
| Header File | /Engine/Plugins/Experimental/USDPregen/Source/USDPregenWrapper/Public/UsdPregenWrappers/Target.h |
| Include Path | #include "UsdPregenWrappers/Target.h" |
Syntax
class FTargetDataBuilder
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTargetDataBuilder
(
const FTargetUid& Uid |
UsdPregenWrappers/Target.h | ||
FTargetDataBuilder
(
const FTargetDataBuilder& |
UsdPregenWrappers/Target.h | ||
FTargetDataBuilder
(
FTargetDataBuilder&& Other |
UsdPregenWrappers/Target.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FTargetDataBuilder() |
UsdPregenWrappers/Target.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Impl | TUniquePtr< Internal::FTargetDataBuilderImpl > | UsdPregenWrappers/Target.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddInfo
(
const FString& DefinitionUid, |
Adds a TargetDefinitionEntry entry with its associated permutation ops. | UsdPregenWrappers/Target.h | |
FTargetData Build () |
Finalizes construction and returns the populated FTargetData. | UsdPregenWrappers/Target.h | |
void SetDependencies
(
const TArray< FTargetUid >& Dependencies |
UsdPregenWrappers/Target.h | ||
| Replaces the encapsulated definition path set. Invalid path strings are skipped with a warning. | UsdPregenWrappers/Target.h | ||
| Replaces the unencapsulated definition path set. Invalid path strings are skipped with a warning. | UsdPregenWrappers/Target.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTargetDataBuilder & operator=
(
const FTargetDataBuilder& |
UsdPregenWrappers/Target.h | ||
FTargetDataBuilder & operator=
(
FTargetDataBuilder&& Other |
UsdPregenWrappers/Target.h |