implements IInterface_AsyncCompilation
0x00x00F0
Members 14
| Offset | Size | Name | Type | Flags | Default |
|---|---|---|---|---|---|
| 0x0028 | 0x08 | padding / unreflected | |||
| 0x01 | GroomBindingType | EGroomBindingMeshType | 8 flags | SkeletalMesh | |
| 0x0031 | 0x07 | padding / unreflected | |||
| 0x08 | Groom | UGroomAsset* | 9 flags | nullptr | |
| 0x08 | SourceSkeletalMesh | USkeletalMesh* | 8 flags | nullptr | |
| 0x04 | SourceMeshRequestedLOD | int32 | 7 flags | 0 | |
| 0x04 | SourceMeshUsedLOD | int32 | 9 flags | -1 | |
| 0x08 | TargetSkeletalMesh | USkeletalMesh* | 8 flags | nullptr | |
| 0x04 | TargetMeshRequestedMinLOD | int32 | 7 flags | 0 | |
| 0x04 | TargetMeshUsedMinLOD | int32 | 9 flags | -1 | |
| 0x08 | SourceGeometryCache | UGeometryCache* | 9 flags | nullptr | |
| 0x08 | TargetGeometryCache | UGeometryCache* | 9 flags | nullptr | |
| 0x04 | NumInterpolationPoints | int32 | 8 flags | 100 | |
| 0x04 | MatchingSection | int32 | 8 flags | 0 | |
| 0x08 | TargetBindingAttribute | FName | 7 flags | None | |
| 0x10 | GroupInfos | TArray<FGoomBindingGroupInfo> | 5 flags | [] | |
| 0x0090 | 0x60 | unreflected bytes to end of UGroomBindingAsset | |||
Functions 29
| Signature | Flags | Native | Params |
|---|---|---|---|
| void SetTargetSkeletalMesh(USkeletalMesh* InSkeletalMesh) | FinalNative+1 flags | 0x08 | |
| void SetTargetMeshUsedMinLOD(int32 InTargetMeshUsedMinLOD) | FinalNative+1 flags | 0x04 | |
| void SetTargetMeshRequestedMinLOD(int32 InTargetMeshRequestedMinLOD) | FinalNative+1 flags | 0x04 | |
| void SetTargetGeometryCache(UGeometryCache* InGeometryCache) | FinalNative+1 flags | 0x08 | |
| void SetTargetBindingAttribute(const FName& InAttributeName) | FinalNative+1 flags | 0x08 | |
| void SetSourceSkeletalMesh(USkeletalMesh* InSkeletalMesh) | FinalNative+1 flags | 0x08 | |
| void SetSourceMeshUsedLOD(int32 InSourceMeshUsedLOD) | FinalNative+1 flags | 0x04 | |
| void SetSourceMeshRequestedLOD(int32 InSourceMeshRequestedLOD) | FinalNative+1 flags | 0x04 | |
| void SetSourceGeometryCache(UGeometryCache* InGeometryCache) | FinalNative+1 flags | 0x08 | |
| void SetNumInterpolationPoints(int32 InNumInterpolationPoints) | FinalNative+1 flags | 0x04 | |
| void SetMatchingSection(int32 InMatchingSection) | FinalNative+1 flags | 0x04 | |
| void SetGroupInfos(const TArray<FGoomBindingGroupInfo>& InGroupInfos) | FinalNative+1 flags | 0x10 | |
| void SetGroomBindingType(const EGroomBindingMeshType& InGroomBindingType) | FinalNative+1 flags | 0x01 | |
| void SetGroom(UGroomAsset* InGroom) | FinalNative+1 flags | 0x08 | |
| USkeletalMesh* GetTargetSkeletalMesh() | FinalNative+1 flags | 0x08 | |
| int32 GetTargetMeshUsedMinLOD() | FinalNative+1 flags | 0x04 | |
| int32 GetTargetMeshRequestedMinLOD() | FinalNative+1 flags | 0x04 | |
| UGeometryCache* GetTargetGeometryCache() | FinalNative+1 flags | 0x08 | |
| FName GetTargetBindingAttribute() | FinalNative+1 flags | 0x08 | |
| USkeletalMesh* GetSourceSkeletalMesh() | FinalNative+1 flags | 0x08 | |
| int32 GetSourceMeshUsedLOD() | FinalNative+1 flags | 0x04 | |
| int32 GetSourceMeshRequestedLOD() | FinalNative+1 flags | 0x04 | |
| UGeometryCache* GetSourceGeometryCache() | FinalNative+1 flags | 0x08 | |
| int32 GetNumInterpolationPoints() | FinalNative+1 flags | 0x04 | |
| int32 GetMatchingSection() | FinalNative+1 flags | 0x04 | |
| TArray<FGoomBindingGroupInfo> GetGroupInfos() | FinalNative+1 flags | 0x10 | |
| EGroomBindingMeshType GetGroomBindingType() | FinalNative+1 flags | 0x01 | |
| UGroomAsset* GetGroom() | FinalNative+1 flags | 0x08 | |
| void Build(const FScriptDelegate& CompletionDelegate) | FinalNative+1 flags | 0x10 |