ActorReferenceAttribute

Summary

Allows referencing an actor either locally or globally by its ID. This automatically populates the field with a strong reference to the actor. It can be applied on or any class deriving from .

Definition

Namespace: SDT4.Managed.Core.Attributes
Assembly: SDT4.Managed.Core.dll

sealed class ActorReferenceAttribute
Inheritance:

ObjectAttributeActorReferenceAttribute

Implements:


Fields

Name Type Description

Properties

Name Type Description
public get; LocalId UInt64
public get; GlobalId Guid
public get; IsGlobal Boolean

Methods