Navigation
API > API/Plugins > API/Plugins/GameplayCameras
Inheritance Hierarchy
- TSharedFromThis< IGameplayCamerasLiveEditManager >
- IGameplayCamerasLiveEditManager
References
| Module | GameplayCameras |
| Header | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/IGameplayCamerasLiveEditManager.h |
| Include | #include "IGameplayCamerasLiveEditManager.h" |
Syntax
class IGameplayCamerasLiveEditManager : public TSharedFromThis< IGameplayCamerasLiveEditManager >
Remarks
Interface for an object that can centralize the live-editing features of the camera system.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddListener
(
const UPackage* InAssetPackage, |
Add a listener for the given package. | |
| void | NotifyPostBuildAsset
(
const UPackage* InAssetPackage |
Notify all listeners to reload cameras related to the given package. | |
| void | RemoveListener
(
const UPackage* InAssetPackage, |
Removes a listener for the given package. |