Navigation
API > API/Plugins > API/Plugins/PropertyAnimatorCore
Base class to find properties hidden or not reachable, allows to discover resolvable properties for specific actors/components/objects that we cannot reach or are transient, will be resolved when needed
| Name | UPropertyAnimatorCoreResolver |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/PropertyAnimatorCore/Source/PropertyAnimatorCore/Public/Properties/PropertyAnimatorCoreResolver.h |
| Include Path | #include "Properties/PropertyAnimatorCoreResolver.h" |
Syntax
UCLASS (MinimalAPI, Abstract)
class UPropertyAnimatorCoreResolver :
public UObject ,
public IPropertyAnimatorCorePresetable
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPropertyAnimatorCoreResolver
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Properties/PropertyAnimatorCoreResolver.h | |||
UPropertyAnimatorCoreResolver
(
FName InResolverName |
Properties/PropertyAnimatorCoreResolver.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ResolverName | FName | Properties/PropertyAnimatorCoreResolver.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool FixUpProperty
(
FPropertyAnimatorCoreData& InOldProperty |
Tries to resolve old property against new one | Properties/PropertyAnimatorCoreResolver.h | |
FName GetResolverName() |
Properties/PropertyAnimatorCoreResolver.h | ||
virtual void GetTemplateProperties
(
UObject* InContext, |
Get template properties based on context | Properties/PropertyAnimatorCoreResolver.h | |
virtual void ResolveTemplateProperties
(
const FPropertyAnimatorCoreData& InTemplateProperty, |
Called when we actually need the underlying properties of a template property | Properties/PropertyAnimatorCoreResolver.h |
Overridden from IPropertyAnimatorCorePresetable
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool ExportPreset
(
const UPropertyAnimatorCorePresetBase* InPreset, |
Export a specific preset | Properties/PropertyAnimatorCoreResolver.h | |
virtual bool ImportPreset
(
const UPropertyAnimatorCorePresetBase* InPreset, |
Import a specific preset | Properties/PropertyAnimatorCoreResolver.h |