Navigation
API > API/Plugins > API/Plugins/UAF > API/Plugins/UAF/FValueSpace
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FValueSpace () |
Constructs an unknown space. | UAF/ValueRuntime/ValueSpace.h | |
FValueSpace
(
EValueSpaceType Type, |
Constructs with the specified space type and additive flag. | UAF/ValueRuntime/ValueSpace.h | |
FValueSpace
(
EMixedSpaceFlags Flags, |
Constructs a mixed space with the specified flags and additive flag. | UAF/ValueRuntime/ValueSpace.h |
FValueSpace()
Description
Constructs an unknown space.
| Name | FValueSpace |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/ValueRuntime/ValueSpace.h |
| Include Path | #include "UAF/ValueRuntime/ValueSpace.h" |
FValueSpace()
FValueSpace(EValueSpaceType, bool)
Description
Constructs with the specified space type and additive flag.
| Name | FValueSpace |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/ValueRuntime/ValueSpace.h |
| Include Path | #include "UAF/ValueRuntime/ValueSpace.h" |
FValueSpace
(
EValueSpaceType Type,
bool bIsAdditive
)
FValueSpace(EMixedSpaceFlags, bool)
Description
Constructs a mixed space with the specified flags and additive flag.
| Name | FValueSpace |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/ValueRuntime/ValueSpace.h |
| Include Path | #include "UAF/ValueRuntime/ValueSpace.h" |
FValueSpace
(
EMixedSpaceFlags Flags,
bool bIsAdditive
)