Navigation
API > API/Runtime > API/Runtime/DataflowEngine > API/Runtime/DataflowEngine/Dataflow > API/Runtime/DataflowEngine/Dataflow/UDataflow
Syntax
UPROPERTY (DuplicateTransient, AssetRegistrySearchable)
FDataflowPreviewCacheParams PreviewCacheParams
Remarks
The following PreviewScene properties are modeled after PreviewSkeletalMesh in USkeleton
- they are inside WITH_EDITORONLY_DATA because they are not used at game runtime
- TSoftObjectPtrs since that will make it possible to avoid loading these assets until the PreviewScene asks for them
- DuplicateTransient so that if you copy a ClothAsset it won't copy these preview properties
- AssetRegistrySearchable makes it so that if the user searches the name of a PreviewScene asset in the Asset Browser Cachie params used in this asset