Navigation
API > API/Plugins > API/Plugins/TakesCore > API/Plugins/TakesCore/UActorRecorderPropertyMap
References
| Module | TakesCore |
| Header | /Engine/Plugins/VirtualProduction/Takes/Source/TakesCore/Public/TakeRecorderSourceProperty.h |
| Include | #include "TakeRecorderSourceProperty.h" |
Syntax
struct Cache
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | Components | The number of components that belong to the target actor that we are recording. | |
| int32 | Properties | The number of properties (both on actor + components) that we are recording. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| Cache & | operator+=
(
const Cache& InOther |