Navigation
API > API/Runtime > API/Runtime/DataflowCore > API/Runtime/DataflowCore/FContextAssetStore
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UObject * CommitAsset
(
const FString& TransientAssetPath |
Commit the asset matching the TransientAssetPath If such asset was added previously this will duplicate it and save it to a persistent package | Dataflow/DataflowContextAssetStore.h | |
UObject * CommitAsset
(
const UObject* TransientAsset |
Commit the asset matching the TransientAsset If such asset was added previously this will duplicate it and save it to a package matching AssetPath | Dataflow/DataflowContextAssetStore.h | |
UObject * CommitAsset
(
const FAssetData& AssetData |
Dataflow/DataflowContextAssetStore.h |
CommitAsset(const FString &)
Description
Commit the asset matching the TransientAssetPath If such asset was added previously this will duplicate it and save it to a persistent package
| Name | CommitAsset |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowContextAssetStore.h |
| Include Path | #include "Dataflow/DataflowContextAssetStore.h" |
| Source | /Engine/Source/Runtime/Experimental/Dataflow/Core/Private/Dataflow/DataflowContextAssetStore.cpp |
UObject * CommitAsset
(
const FString & TransientAssetPath
)
the newly created persistent UObject asset
CommitAsset(const UObject *)
Description
Commit the asset matching the TransientAsset If such asset was added previously this will duplicate it and save it to a package matching AssetPath
| Name | CommitAsset |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowContextAssetStore.h |
| Include Path | #include "Dataflow/DataflowContextAssetStore.h" |
| Source | /Engine/Source/Runtime/Experimental/Dataflow/Core/Private/Dataflow/DataflowContextAssetStore.cpp |
UObject * CommitAsset
(
const UObject * TransientAsset
)
the newly created persistent UObject asset
CommitAsset(const FAssetData &)
| Name | CommitAsset |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowContextAssetStore.h |
| Include Path | #include "Dataflow/DataflowContextAssetStore.h" |
| Source | /Engine/Source/Runtime/Experimental/Dataflow/Core/Private/Dataflow/DataflowContextAssetStore.cpp |
UObject * CommitAsset
(
const FAssetData & AssetData
)