Navigation
API > API/Editor > API/Editor/AnimGraph
Inheritance Hierarchy
- IAnimBlueprintCompilerHandler
- FPropertyAccessCompilerHandler
References
| Module | AnimGraph |
| Header | /Engine/Source/Editor/AnimGraph/Public/PropertyAccessCompilerHandler.h |
| Include | #include "PropertyAccessCompilerHandler.h" |
Syntax
class FPropertyAccessCompilerHandler : public IAnimBlueprintCompilerHandler
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | AddCopy
(
TArrayView< FString > InSourcePath, |
Add a copy to the property access library we are compiling | |
| int32 | MapCopyIndex
(
int32 InIndex |
Maps the initial integer copy handle to a true handle, post compilation. | |
| FOnPostLibraryCompiled & | Delegate called when the library is compiled (whether successfully or not) | ||
| FSimpleMulticastDelegate & | Delegate called when the library is compiled (whether successfully or not) |