UActorRecorderPropertyMap

This represents a list of all possible properties and components on an actor which can be recorded by the Actor Recorder and whether or not the user wishes to record them.

Windows
MacOS
Linux

Inheritance Hierarchy

UObjectBase

UObjectBaseUtility

UObject

UActorRecorderPropertyMap

References

Module

TakesCore

Header

/Engine/Plugins/VirtualProduction/Takes/Source/TakesCore/Public/TakeRecorderSourceProperty.h

Include

#include "TakeRecorderSourceProperty.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)(BlueprintType)
class UActorRecorderPropertyMap : public UObject

Remarks

This represents a list of all possible properties and components on an actor which can be recorded by the Actor Recorder and whether or not the user wishes to record them. If you wish to expose a property to be recorded it needs to be marked as "Interp" (C++) or "Expose to Cinematics" in Blueprints.

Variables

Name Description

Public variable UProperty Category, EditAnywhere, Meta BlueprintReadWrite instanced

TArray< UActorR...

 

Children

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

TArray< FActorR...

 

Properties

Represents properties exposed to Cinematics that can possibly be recorded.

Public variable UProperty Category visibleanywhere

TSoftObjectPtr<...

 

RecordedObject

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