Navigation
API > API/Plugins > API/Plugins/DataIngestCoreEditor > API/Plugins/DataIngestCoreEditor/FIngestAssetCreator
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TReturnType * GetOrCreateAsset
(
const FString& InTargetPackagePath, |
Gets an existing asset or create a new asset at the specified package path. | IngestAssetCreator.h | |
static UObject * GetOrCreateAsset
(
const FString& InTargetPackagePath, |
IngestAssetCreator.h |
GetOrCreateAsset(const FString &, const FString &)
Description
Gets an existing asset or create a new asset at the specified package path.
| Name | GetOrCreateAsset |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/CaptureManager/CaptureManagerEditor/Source/DataIngestCoreEditor/Public/IngestAssetCreator.h |
| Include Path | #include "IngestAssetCreator.h" |
template<class TReturnType>
static TReturnType * GetOrCreateAsset
(
const FString & InTargetPackagePath,
const FString & InAssetName
)
GetOrCreateAsset(const FString &, const FString &, UClass *)
| Name | GetOrCreateAsset |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/CaptureManager/CaptureManagerEditor/Source/DataIngestCoreEditor/Public/IngestAssetCreator.h |
| Include Path | #include "IngestAssetCreator.h" |
| Source | /Engine/Plugins/VirtualProduction/CaptureManager/CaptureManagerEditor/Source/DataIngestCoreEditor/Private/IngestAssetCreator.cpp |
static UObject * GetOrCreateAsset
(
const FString & InTargetPackagePath,
const FString & InAssetName,
UClass * InClass
)