[This is preliminary documentation and is subject to change.]
Return a list of all the destination actor names of the given actor type that are active.
| C# | Visual Basic | Visual C++ |
public ActorNameCollection IsEnabled( ActorTypeEnum actorType )
Public Function IsEnabled ( _ actorType As ActorTypeEnum _ ) As ActorNameCollection
public: ActorNameCollection^ IsEnabled( ActorTypeEnum actorType )
- actorType (ActorTypeEnum)
- Destination actor type.
ActorNameCollection - all active destination actor names of the given actor type.