Navigation
API > API/Plugins > API/Plugins/TakesCore
| Name | UTakesCoreBlueprintLibrary |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/Takes/Source/TakesCore/Public/TakesCoreBlueprintLibrary.h |
| Include Path | #include "TakesCoreBlueprintLibrary.h" |
Syntax
UCLASS (MinimalAPI)
class UTakesCoreBlueprintLibrary : public UBlueprintFunctionLibrary
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBlueprintFunctionLibrary → UTakesCoreBlueprintLibrary
Classes
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static int32 ComputeNextTakeNumber
(
const FString& Slate |
Compute the next unused sequential take number for the specified slate | TakesCoreBlueprintLibrary.h |
|
static TArray< FAssetData > FindTakes
(
const FString& Slate, |
Find all the existing takes that were recorded with the specified slate | TakesCoreBlueprintLibrary.h |
|
static void OnTakeRecorderSlateChanged
(
const FString& InSlate |
TakesCoreBlueprintLibrary.h | ||
static void OnTakeRecorderTakeNumberChanged
(
int32 InTakeNumber |
TakesCoreBlueprintLibrary.h | ||
static void SetOnTakeRecorderSlateChanged
(
FOnTakeRecorderSlateChanged OnTakeRecorderSlateChanged |
Called when the slate is changed. | TakesCoreBlueprintLibrary.h |
|
static void SetOnTakeRecorderTakeNumberChanged
(
FOnTakeRecorderTakeNumberChanged OnTakeRecorderTakeNumberChanged |
Called when the take number is changed. | TakesCoreBlueprintLibrary.h |
|