|
typedef std::map< UClass *, KarmaVector< UObject * > * > | AMap |
|
typedef AMap::iterator | AnIterator |
|
AMap | m_KeyValuePair |
|
◆ FindClassObjects()
Find the object vector associated with class
- Parameters
-
Key | The key to search for. |
- Returns
- A pointer to the object vector
- See also
- UStruct::IsChildOf()
- Todo
- write class registration system for comparing UClass
◆ FindOrAddClass()
Find the value associated with a specified key, or if none exists, adds a value using the default constructor.
- Parameters
-
Key | The key to search for. |
- Returns
- A reference to the value associated with the specified key.
The documentation for this class was generated from the following files: