Navigation
API > API/Plugins > API/Plugins/VariantManagerContent > API/Plugins/VariantManagerContent/UPropertyValue
Syntax
UPROPERTY&40;&41;
TArray< TFieldPath< FProperty > > Properties_DEPRECATED
Remarks
Properties were previously stored like this. Use CapturedPropSegments from now on, which stores properties by name instead. It is much safer, as we can't guarantee these pointers will be valid if they point at other packages (will depend on package load order, etc).