Navigation
API > API/Runtime > API/Runtime/CoreUObject
Description
Return 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::GetPropertyValueAsInt64 |
| 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
{
TValueOrError < int64, void > UE::StructUtils::GetPropertyValueAsInt64
(
TNotNull< const FProperty * > InProperty,
TNotNull< const void * > Address
)
}
}