UPropertyValue::ApplyViaFunctionSetter

Applies the recorded data to the TargetObject via the PropertySetter function (e.g. SetIntensity instead of setting the Intensity UPROPERTY directly)

Windows
MacOS
Linux

Override Hierarchy

UPropertyValue::ApplyViaFunctionSetter()

UPropertyValueSoftObject::ApplyViaFunctionSetter()

References

Module

VariantManagerContent

Header

/Engine/Plugins/Enterprise/VariantManagerContent/Source/VariantManagerContent/Public/PropertyValue.h

Include

#include "PropertyValue.h"

Source

/Engine/Plugins/Enterprise/VariantManagerContent/Source/VariantManagerContent/Private/PropertyValue.cpp

Syntax

virtual void ApplyViaFunctionSetter
(
    UObject * TargetObject
)

Remarks

Applies the recorded data to the TargetObject via the PropertySetter function (e.g. SetIntensity instead of setting the Intensity UPROPERTY directly)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss