Navigation
API > API/Plugins > API/Plugins/TakesCore > API/Plugins/TakesCore/UTakesCoreBlueprintLibrary
References
| Module | TakesCore |
| Header | /Engine/Plugins/VirtualProduction/Takes/Source/TakesCore/Public/TakesCoreBlueprintLibrary.h |
| Include | #include "TakesCoreBlueprintLibrary.h" |
| Source | /Engine/Plugins/VirtualProduction/Takes/Source/TakesCore/Private/TakesCoreBlueprintLibrary.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;"Take Recorder"&41;
static TArray< FAssetData > FindTakes
&40;
const FString & Slate,
int32 TakeNumber
&41;
Remarks
Find all the existing takes that were recorded with the specified slate
Parameters
| Name | Description |
|---|---|
| Slate | The slate to filter by |
| TakeNumber | The take number to filter by. <=0 denotes all takes |