Navigation
API > API/Plugins > API/Plugins/PropertyAnimatorCore > API/Plugins/PropertyAnimatorCore/FPropertyAnimatorCorePresetArray-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Add
(
TSharedRef< FPropertyAnimatorCorePresetArchive > InValue |
Presets/PropertyAnimatorCorePresetArchive.h | ||
bool Add
(
bool bInValue |
Presets/PropertyAnimatorCorePresetArchive.h | ||
bool Add
(
uint64 InValue |
Presets/PropertyAnimatorCorePresetArchive.h | ||
bool Add
(
int64 InValue |
Presets/PropertyAnimatorCorePresetArchive.h | ||
bool Add
(
double InValue |
Presets/PropertyAnimatorCorePresetArchive.h | ||
| Presets/PropertyAnimatorCorePresetArchive.h |
Add(TSharedRef< FPropertyAnimatorCorePresetArchive >)
| Name | Add |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/PropertyAnimatorCore/Source/PropertyAnimatorCore/Public/Presets/PropertyAnimatorCorePresetArchive.h |
| Include Path | #include "Presets/PropertyAnimatorCorePresetArchive.h" |
bool Add
(
TSharedRef < FPropertyAnimatorCorePresetArchive > InValue
)
Add(bool)
| Name | Add |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/PropertyAnimatorCore/Source/PropertyAnimatorCore/Public/Presets/PropertyAnimatorCorePresetArchive.h |
| Include Path | #include "Presets/PropertyAnimatorCorePresetArchive.h" |
bool Add
(
bool bInValue
)
Add(uint64)
| Name | Add |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/PropertyAnimatorCore/Source/PropertyAnimatorCore/Public/Presets/PropertyAnimatorCorePresetArchive.h |
| Include Path | #include "Presets/PropertyAnimatorCorePresetArchive.h" |
bool Add
(
uint64 InValue
)
Add(int64)
| Name | Add |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/PropertyAnimatorCore/Source/PropertyAnimatorCore/Public/Presets/PropertyAnimatorCorePresetArchive.h |
| Include Path | #include "Presets/PropertyAnimatorCorePresetArchive.h" |
bool Add
(
int64 InValue
)
Add(double)
| Name | Add |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/PropertyAnimatorCore/Source/PropertyAnimatorCore/Public/Presets/PropertyAnimatorCorePresetArchive.h |
| Include Path | #include "Presets/PropertyAnimatorCorePresetArchive.h" |
bool Add
(
double InValue
)
Add(const FString &)
| Name | Add |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/PropertyAnimatorCore/Source/PropertyAnimatorCore/Public/Presets/PropertyAnimatorCorePresetArchive.h |
| Include Path | #include "Presets/PropertyAnimatorCorePresetArchive.h" |
bool Add
(
const FString & InValue
)