Navigation
API > API/Editor > API/Editor/UnrealEd
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/IPropertyAccessEditor.h |
| Include | #include "IPropertyAccessEditor.h" |
Syntax
struct FPropertyAccessResolveResult
Remarks
Result of a property access resolve. Provides information about what the compiler was able to determine about the property access.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsThreadSafe | Whether the resolve was determined to be thread safe. | |
| EPropertyAccessResolveResult | Result | The success fail of the resolve. |