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