Navigation
API > API/Editor > API/Editor/AnimGraph > API/Editor/AnimGraph/UAnimBlueprintExtension_Property-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPropertyAccessHandle AddCopy
(
TArrayView< FString > InSourcePath, |
Add a copy to the property access library we are compiling | AnimBlueprintExtension_PropertyAccess.h | |
int32 AddCopy
(
TArrayView< FString > InSourcePath, |
AnimBlueprintExtension_PropertyAccess.h |
AddCopy(TArrayView< FString >, TArrayView< FString >, const FName &, UObject *)
Description
Add a copy to the property access library we are compiling
| Name | AddCopy |
| Type | function |
| Header File | /Engine/Source/Editor/AnimGraph/Public/AnimBlueprintExtension_PropertyAccess.h |
| Include Path | #include "AnimBlueprintExtension_PropertyAccess.h" |
| Source | /Engine/Source/Editor/AnimGraph/Private/AnimBlueprintExtension_PropertyAccess.cpp |
FPropertyAccessHandle AddCopy
(
TArrayView < FString > InSourcePath,
TArrayView < FString > InDestPath,
const FName & InContextId,
UObject * InObject
)
an integer handle to the pending copy. This can be resolved to a true copy index by calling GetCompiledHandle
AddCopy(TArrayView< FString >, TArrayView< FString >, EPropertyAccessBatchType, UObject *)
| Name | AddCopy |
| Type | function |
| Header File | /Engine/Source/Editor/AnimGraph/Public/AnimBlueprintExtension_PropertyAccess.h |
| Include Path | #include "AnimBlueprintExtension_PropertyAccess.h" |
int32 AddCopy
(
TArrayView < FString > InSourcePath,
TArrayView < FString > InDestPath,
EPropertyAccessBatchType InBatchType,
UObject * InObject
)