Navigation
API > API/Plugins > API/Plugins/PropertyAnimatorCore
Represents an abstract value (primitive) archive for preset system, underlying implementation can vary
| Name | FPropertyAnimatorCorePresetValueArchive |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/PropertyAnimatorCore/Source/PropertyAnimatorCore/Public/Presets/PropertyAnimatorCorePresetArchive.h |
| Include Path | #include "Presets/PropertyAnimatorCorePresetArchive.h" |
Syntax
struct FPropertyAnimatorCorePresetValueArchive : public FPropertyAnimatorCorePresetArchive
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FPropertyAnimatorCorePresetArchive → FPropertyAnimatorCorePresetValueArchive
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Get
(
bool& bOutValue |
Presets/PropertyAnimatorCorePresetArchive.h | ||
bool Get
(
uint64& OutValue |
Presets/PropertyAnimatorCorePresetArchive.h | ||
bool Get
(
int64& OutValue |
Presets/PropertyAnimatorCorePresetArchive.h | ||
bool Get
(
double& OutValue |
Presets/PropertyAnimatorCorePresetArchive.h | ||
| Presets/PropertyAnimatorCorePresetArchive.h |
Overridden from FPropertyAnimatorCorePresetArchive
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedPtr< FPropertyAnimatorCorePresetValueArchive > AsMutableValue() |
Presets/PropertyAnimatorCorePresetArchive.h | ||
virtual TSharedPtr< const FPropertyAnimatorCorePresetValueArchive > AsValue() |
Presets/PropertyAnimatorCorePresetArchive.h |