Navigation
API > API/Runtime > API/Runtime/Chaos
| Name | FComplex |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Complex.h |
| Include Path | #include "Chaos/Complex.h" |
Syntax
class FComplex
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FComplex () |
Chaos/Complex.h | ||
FComplex
(
const FReal Real, |
Chaos/Complex.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MImaginary | FReal | Chaos/Complex.h | ||
| MReal | FReal | Chaos/Complex.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FComplex Conjugated() |
Chaos/Complex.h | ||
const FReal Imaginary() |
Chaos/Complex.h | ||
void MakeReal() |
Chaos/Complex.h | ||
const FReal Real() |
Chaos/Complex.h |