Navigation
Unreal Engine C++ API Reference > Plugins > AnimationSharing > FAnimSharingModule
- FGCObject::AddReferencedObjects()
- FAnimSharingModule::AddReferencedObjects()
References
Module | AnimationSharing |
Header | /Engine/Plugins/Developer/AnimationSharing/Source/AnimationSharing/Public/AnimationSharingModule.h |
Include | #include "AnimationSharingModule.h" |
Source | /Engine/Plugins/Developer/AnimationSharing/Source/AnimationSharing/Private/AnimationSharingModule.cpp |
virtual void AddReferencedObjects
&40;
FReferenceCollector & Collector
&41;
Remarks
Pure virtual that must be overloaded by the inheriting class. Use this method to serialize any UObjects contained that you wish to keep around.
Parameters
Name | Description |
---|---|
Collector | The collector of referenced objects. |