Navigation
API > API/Editor > API/Editor/UnrealEd
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/IPropertyAccessCompiler.h |
| Include | #include "IPropertyAccessCompiler.h" |
Syntax
class IPropertyAccessLibraryCompiler
Remarks
A helper used to compile a property access library.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FPropertyAccessHandle | AddCopy
(
TArrayView< FString > InSourcePath, |
Add a copy to the property access library we are compiling | |
| void | Begin compilation - reset the library to its default state. | ||
| bool | Post-process the library to finish compilation. | ||
| FCompiledPropertyAccessHandle | GetCompiledHandle
(
FPropertyAccessHandle InHandle |
Maps the initial copy handle to a true handle, post compilation. | |
| void | IterateErrors
(
TFunctionRef< void(const FText&, UObject*)> InFunction |
Iterate any errors we have with compilation. |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | AddCopy
(
TArrayView< FString > InSourcePath, |
Please use AddCopy with a context ID that returns a handle | |
| void | BeginCompilation
(
const UClass* InClass |
Please use BeginCompilation without a class arg | |
| int32 | MapCopyIndex
(
int32 InIndex |
Please use GetCompiledHandle |