Navigation
API > API/Plugins > API/Plugins/GeneSplicerModule
| Name | UPoolSpliceParams |
| Type | class |
| Header File | /Engine/Plugins/Animation/GeneSplicer/Source/GeneSplicerModule/Public/PoolSpliceParamsBP.h |
| Include Path | #include "PoolSpliceParamsBP.h" |
Syntax
UCLASS (BlueprintType)
class UPoolSpliceParams : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPoolSpliceParams
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UPoolSpliceParams() |
PoolSpliceParamsBP.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PoolSpliceParams | TSharedPtr< FPoolSpliceParams > | PoolSpliceParamsBP.h | ||
| RegionNames | TArray< FString > | PoolSpliceParamsBP.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetDNACount() |
PoolSpliceParamsBP.h |
|
|
int32 GetRegionCount() |
PoolSpliceParamsBP.h |
|
|
| PoolSpliceParamsBP.h |
|
||
void RegisterToSpliceData
(
USpliceData* SpliceData, |
PoolSpliceParamsBP.h |
|
|
void SetSpliceWeights
(
int32 DNAStartIndex, |
PoolSpliceParamsBP.h |
|