ActorModelData cleanup in preparation for decoupled model animations
This commit is contained in:
parent
848dbd4d3d
commit
1a8dfd2dfa
9 changed files with 73 additions and 52 deletions
|
|
@ -1345,7 +1345,7 @@ void DActorModelData::Serialize(FSerializer& arc)
|
|||
//("surfaceSkinIDs", surfaceSkinIDs)
|
||||
("animationIDs", animationIDs)
|
||||
("modelFrameGenerators", modelFrameGenerators)
|
||||
("hasModel", hasModel);
|
||||
("flags", flags);
|
||||
}
|
||||
|
||||
void DActorModelData::OnDestroy()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue