Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > UObject > FNumericProperty > SetIntPropertyValue
- FNumericProperty::SetIntPropertyValue()
- TProperty_Numeric::SetIntPropertyValue()
- TProperty_Numeric::SetIntPropertyValue()
- TProperty_Numeric::SetIntPropertyValue()
- TProperty_Numeric::SetIntPropertyValue()
- TProperty_Numeric::SetIntPropertyValue()
- TProperty_Numeric::SetIntPropertyValue()
- TProperty_Numeric::SetIntPropertyValue()
- TProperty_Numeric::SetIntPropertyValue()
- TProperty_Numeric::SetIntPropertyValue()
- TProperty_Numeric::SetIntPropertyValue()
- TProperty_Numeric::SetIntPropertyValue()
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
Include | #include "UObject/UnrealType.h" |
Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyNumeric.cpp |
virtual void SetIntPropertyValue
&40;
void &42; Data,
int64 Value
&41; const
Remarks
Set the value of a signed integral property type
Parameters
Name | Description |
---|---|
Data | pointer to property data to set |
Value | Value to set data to |