Navigation
API > API/Plugins > API/Plugins/WorldConditions > API/Plugins/WorldConditions/FWorldConditionDataView
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TEnableIf< TIsDerivedFrom< T, UObject >::IsDerived, T * >::Type GetPtr () |
WorldConditionTypes.h | ||
| WorldConditionTypes.h |
GetPtr()
| Name | GetPtr |
| Type | function |
| Header File | /Engine/Plugins/Runtime/WorldConditions/Source/WorldConditions/Public/WorldConditionTypes.h |
| Include Path | #include "WorldConditionTypes.h" |
template<typename T>
TEnableIf < TIsDerivedFrom < T, UObject >::IsDerived, T * >::Type GetPtr() const
Pointer to object stored in the view.
GetPtr()
| Name | GetPtr |
| Type | function |
| Header File | /Engine/Plugins/Runtime/WorldConditions/Source/WorldConditions/Public/WorldConditionTypes.h |
| Include Path | #include "WorldConditionTypes.h" |
template<typename T>
TEnableIf <!TIsDerivedFrom < T, UObject >::IsDerived, T * >::Type GetPtr() const
Pointer to struct stored in the view.