Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/TConsumableValue
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Creates a new consumable with no value. | Math/ConsumableValue.h | ||
TConsumableValue
(
ValueType InValue, |
Creates a new consumable. | Math/ConsumableValue.h |
TConsumableValue()
Description
Creates a new consumable with no value.
| Name | TConsumableValue |
| Type | function |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Math/ConsumableValue.h |
| Include Path | #include "Math/ConsumableValue.h" |
TConsumableValue()
TConsumableValue(ValueType, bool)
Description
Creates a new consumable.
| Name | TConsumableValue |
| Type | function |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Math/ConsumableValue.h |
| Include Path | #include "Math/ConsumableValue.h" |
TConsumableValue
(
ValueType InValue,
bool bInIsDelta
)