Choose your operating system:
Windows
macOS
Linux
| FFieldPath
|
Module |
|
Header |
/Engine/Source/Runtime/CoreUObject/Public/UObject/FieldPath.h |
Include |
#include "UObject/FieldPath.h" |
template<class PropertyType>
struct TFieldPath : public FFieldPath
Name | Description | |
---|---|---|
|
TFieldPath() |
|
|
TFieldPath ( |
|
|
TFieldPath |
Construct from a null pointer |
|
TFieldPath ( |
Construct from a string |
|
TFieldPath ( |
|
|
TFieldPath ( |
Construct from another weak pointer of another type, intended for derived-to-base conversions |
|
TFieldPath ( |
Construct from an object pointer |
Name | Description | ||
---|---|---|---|
|
PropertyType... |
Get ( |
Gets the field represented by this TFieldPath |
|
PropertyType... |
ResolveWithRenamedStructPackage ( |
Name | Description | ||
---|---|---|---|
|
operator!= ( |
Compare weak pointers for inequality |
|
|
operator!= ( |
Compare weak pointers for inequality |
|
|
PropertyType... |
operator*() |
Dereference the weak pointer |
|
TEnableIf<&#... |
operator= ( |
Copy from an object pointer |
|
operator= ( |
||
|
operator= ( |
Assign from another weak pointer, intended for derived-to-base conversions |
|
|
operator== ( |
Compare weak pointers for equality |
|
|
operator== ( |
Compare weak pointers for equality |
|
|
PropertyType... |
operator->() |
Dereference the weak pointer |
Name |
Description |
|
---|---|---|
|
EDummy1 |
These exists only to disambiguate the two constructors below. |