Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FCookRandScope
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCookRandScope
(
int32 Seed, |
Cooker/CookRand.h | ||
FCookRandScope
(
TRefCountPtr< FCookRand > CookRand, |
Cooker/CookRand.h |
FCookRandScope(int32, ECookRandScope)
| Name | FCookRandScope |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Cooker/CookRand.h |
| Include Path | #include "Cooker/CookRand.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/Cooker/CookRand.cpp |
FCookRandScope
(
int32 Seed,
ECookRandScope RandScope
)
FCookRandScope(TRefCountPtr< FCookRand >, ECookRandScope)
| Name | FCookRandScope |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Cooker/CookRand.h |
| Include Path | #include "Cooker/CookRand.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/Cooker/CookRand.cpp |
FCookRandScope
(
TRefCountPtr < FCookRand > CookRand,
ECookRandScope RandScope
)