Navigation
API > API/Editor > API/Editor/SequenceRecorder
| Name | FPropertiesToRecordForActorClass |
| Type | struct |
| Header File | /Engine/Source/Editor/SequenceRecorder/Public/SequenceRecorderSettings.h |
| Include Path | #include "SequenceRecorderSettings.h" |
Syntax
USTRUCT ()
struct FPropertiesToRecordForActorClass
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| SequenceRecorderSettings.h | |||
FPropertiesToRecordForActorClass
(
TSubclassOf< AActor > InClass |
SequenceRecorderSettings.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Class | TSubclassOf< AActor > | The class of the actor we can record | SequenceRecorderSettings.h |
|
| Properties | TArray< FName > | List of properties we want to record for this class | SequenceRecorderSettings.h |
|