10class StructurePoolActorRule {
14 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::IStructurePoolActorPredicate>
const> mSourcePredicate;
15 ::ll::TypedStorage<8, 32, ::std::string const> mResultActor;
20 StructurePoolActorRule();
25 MCAPI StructurePoolActorRule(
26 ::std::unique_ptr<::IStructurePoolActorPredicate>&& sourceActorPredicate,
27 ::std::string resultActor
30 MCAPI ~StructurePoolActorRule();
37 $ctor(::std::unique_ptr<::IStructurePoolActorPredicate>&& sourceActorPredicate, ::std::string resultActor);