Navigation
API > API/Runtime > API/Runtime/CoreUObject
| Name | FCookRandScope |
| Type | class |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Cooker/CookRand.h |
| Include Path | #include "Cooker/CookRand.h" |
Syntax
class FCookRandScope : public FNoncopyable
Inheritance Hierarchy
- FNoncopyable → FCookRandScope
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCookRandScope
(
int32 Seed, |
Cooker/CookRand.h | ||
FCookRandScope
(
TRefCountPtr< FCookRand > CookRand, |
Cooker/CookRand.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FCookRandScope() |
Cooker/CookRand.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bRestorePrevious | bool | Cooker/CookRand.h | ||
| Previous | TRefCountPtr< FCookRand > | Cooker/CookRand.h |