Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/uLang > API/Runtime/uLangCore/uLang/Common > API/Runtime/uLangCore/uLang/Common/Misc
References
| Module | uLangCore |
| Header | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Misc/FloatingPointState.h |
| Include | #include "uLang/Common/Misc/FloatingPointState.h" |
Syntax
class CFloatStateDoNothing
Remarks
Scope guard that doesn't actually do anything. This is here to make it as easy as possible to swap out either of CFloatStateSaveRestore or CFloatStateCheckOnly for a no-op by changing a single type.