Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TGuardedInt
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TGuardedInt & operator*=
(
TGuardedInt InB |
Assignment operators, direct and mixed | Math/GuardedInt.h | |
TGuardedInt & operator*=
(
IntType InB |
Math/GuardedInt.h |
operator*=(TGuardedInt)
Description
Assignment operators, direct and mixed
| Name | operator*= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/GuardedInt.h |
| Include Path | #include "Math/GuardedInt.h" |
TGuardedInt & operator*=
(
TGuardedInt InB
)
operator*=(IntType)
| Name | operator*= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/GuardedInt.h |
| Include Path | #include "Math/GuardedInt.h" |
TGuardedInt & operator*=
(
IntType InB
)