Navigation
API > API/Runtime > API/Runtime/CoreUObject
Description
Set the numerical value (not in container). Works with property of type: bool, int8, uint8, int16, uint16, int32, uint32, int64, uint64, float, double, enum.
| Name | UE::StructUtils::SetPropertyValueFromInt64 |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/StructUtils.h |
| Include Path | #include "StructUtils/StructUtils.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/StructUtils/StructUtils.cpp |
namespace UE
{
namespace StructUtils
{
bool UE::StructUtils::SetPropertyValueFromInt64
(
TNotNull< const FProperty * > InProperty,
TNotNull< void * > Address,
int64 Value
)
}
}