UTakesCoreBlueprintLibrary::FindTakes

Find all the existing takes that were recorded with the specified slate

Windows
MacOS
Linux

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

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Take Recorder")
static TArray< FAssetData > FindTakes
(
    const FString & Slate,
    int32 TakeNumber
)

Remarks

Find all the existing takes that were recorded with the specified slate

Parameters

Parameter

Description

Slate

The slate to filter by

TakeNumber

The take number to filter by. <=0 denotes all takes

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss