Navigation
API > API/Plugins > API/Plugins/TakesCore > API/Plugins/TakesCore/UTakeMetaData
Description
- Set the slate for this take and reset its take number to 1
-
Only valid for takes that have not been locked
| Name | SetSlate |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Takes/Source/TakesCore/Public/TakeMetaData.h |
| Include Path | #include "TakeMetaData.h" |
| Source | /Engine/Plugins/VirtualProduction/Takes/Source/TakesCore/Private/TakeMetaData.cpp |
UFUNCTION (BlueprintCallable, Category="Take")
void SetSlate
(
FString InSlate,
bool bEmitChanged
)
Parameters
| Name | Remarks |
|---|---|
| bEmitChanged | Whether or not to send a slate changed event |