Navigation
API > API/Plugins > API/Plugins/TakesCore > API/Plugins/TakesCore/UTakePreset
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CopyFrom
(
UTakePreset* TemplatePreset |
Copy the specified template preset into this instance. | TakePreset.h | |
void CopyFrom
(
ULevelSequence* TemplateLevelSequence |
Copy the specified level-sequence into this instance. | TakePreset.h |
CopyFrom(UTakePreset *)
Description
Copy the specified template preset into this instance. Copies the level sequence and all its recording meta-data.
| Name | CopyFrom |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Takes/Source/TakesCore/Public/TakePreset.h |
| Include Path | #include "TakePreset.h" |
| Source | /Engine/Plugins/VirtualProduction/Takes/Source/TakesCore/Private/TakePreset.cpp |
void CopyFrom
(
UTakePreset * TemplatePreset
)
CopyFrom(ULevelSequence *)
Description
Copy the specified level-sequence into this instance. Copies the level sequence and all its recording meta-data.
| Name | CopyFrom |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Takes/Source/TakesCore/Public/TakePreset.h |
| Include Path | #include "TakePreset.h" |
| Source | /Engine/Plugins/VirtualProduction/Takes/Source/TakesCore/Private/TakePreset.cpp |
void CopyFrom
(
ULevelSequence * TemplateLevelSequence
)