Struct BPInterfaceDescription
Struct containing information about what interfaces are implemented in this blueprint
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.Engine
Assembly: UE4DotNet.dll
Syntax
public struct BPInterfaceDescription
Properties
| Improve this Doc View SourceInterface
Reference to the interface class we're adding to this blueprint
Declaration
public SubclassOf<Interface> Interface { get; set; }
Property Value
Type | Description |
---|---|
SubclassOf<Interface> |