Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FCollectionTransformSelectionFac-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< int32 > SelectRandom
(
bool bDeterministic, |
GeometryCollection/Facades/CollectionTransformSelectionFacade.h | ||
TArray< int32 > SelectRandom
(
const int32 NumElems, |
GeometryCollection/Facades/CollectionTransformSelectionFacade.h |
SelectRandom(bool, int32, float)
| Name | SelectRandom |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/GeometryCollection/Facades/CollectionTransformSelectionFacade.h |
| Include Path | #include "GeometryCollection/Facades/CollectionTransformSelectionFacade.h" |
| Source | /Engine/Source/Runtime/Experimental/Chaos/Private/GeometryCollection/Facades/CollectionTransformSelectionFacade.cpp |
TArray < int32 > SelectRandom
(
bool bDeterministic,
int32 RandomSeed,
float RandomThresholdVal
) const
SelectRandom(const int32, const bool, const int32, const float)
| Name | SelectRandom |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/GeometryCollection/Facades/CollectionTransformSelectionFacade.h |
| Include Path | #include "GeometryCollection/Facades/CollectionTransformSelectionFacade.h" |
| Source | /Engine/Source/Runtime/Experimental/Chaos/Private/GeometryCollection/Facades/CollectionTransformSelectionFacade.cpp |
TArray < int32 > SelectRandom
(
const int32 NumElems,
const bool bDeterministic,
const int32 RandomSeed,
const float RandomThresholdVal
) const