How to use a custom AInstancedFoliageActor?

Hi, I’m wondering how to use a custom AInstancedFoliageActor to do custom logic like replication, inheriting different interfaces to manage the FISMCs. I don’t know if it is possible, please help

Try this.
static AInstancedFoliageActor * GetInstancedFoliageActorForLevel
(
ULevel * Level,
bool bCreateIfNone
)

Hope this helps!
Ruskin

This works, but what I wish to achieve is to inherit the AInstancedFoliageActor class and do my own custom logic (e.g. inherit a custom interface) in it. Is that possible?