Anchor for point of interest in map. More...
Public Member Functions | |
bool | AddObserver (AActor *NewObserver) |
AActor * | RemoveObserver () |
Public Attributes | |
bool | bIsActive |
Scene markers can be manually deactivated via toggling the IsActive attribute to allow the user to control which subset of scene markers gets captured and exported. More... | |
Protected Attributes | |
FString | Description |
FString | DisplayName |
TArray< AActor * > | Observers |
Anchor for point of interest in map.
Definition at line 57 of file NVSceneMarker.h.
bool FNVSceneMarkerComponent::bIsActive |
Scene markers can be manually deactivated via toggling the IsActive attribute to allow the user to control which subset of scene markers gets captured and exported.
Definition at line 71 of file NVSceneMarker.h.