Navigation
API > API/Plugins > API/Plugins/GeneSplicerModule
| Name | UGenePoolAsset |
| Type | class |
| Header File | /Engine/Plugins/Animation/GeneSplicer/Source/GeneSplicerModule/Public/GenePoolAsset.h |
| Include Path | #include "GenePoolAsset.h" |
Syntax
UCLASS (BlueprintType)
class UGenePoolAsset : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UGenePoolAsset
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UGenePoolAsset() |
GenePoolAsset.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| GenePool | TSharedPtr< FGenePool > | GenePoolAsset.h | ||
| GenePoolUpdateLock | FRWLock | Synchronize GenePool updates. | GenePoolAsset.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetDNACount() |
GenePoolAsset.h |
|
|
const TSharedPtr< FGenePool > & GetGenePoolPtr() |
GenePoolAsset.h | ||
void SetGenePoolPtr
(
TSharedPtr< FGenePool > GenePoolPtr |
GenePoolAsset.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Serialize
(
FArchive& Ar |
GenePoolAsset.h |