‘this’ is the instance. Members cannot be null unless they are pointers (or smart pointers). So your AResourceManager instance got deleted. Where is the property that holds the reference to your resource manager?
‘this’ is the instance. Members cannot be null unless they are pointers (or smart pointers). So your AResourceManager instance got deleted. Where is the property that holds the reference to your resource manager?